Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
2023.1.0 - English


testmatrix

generate special matrices, such as Hilbert, Franck

Syntax

[y] = testmatrix(name, n)

Arguments

name

a character string

n

integers, matrix size

y

n x n matrix

Description

Creates some particular matrices.

testmatrix('magi',n)

returns a magic square of size n x n.

testmatrix('frk',n)

returns the Franck matrix.

testmatrix('hilb',n)

is the inverse of the n x n Hilbert matrix (Hij= 1/(i+j-1)).

Examples

testmatrix('magi',3)
testmatrix('frk',10)
testmatrix('hilb',4)
Report an issue
<< squarewave Matrix generation toeplitz >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Mon May 22 12:37:05 CEST 2023