Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português - Русский - 日本語
Scilab Help >> Elementary Functions > Elementary matrices > testmatrix

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)
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:27:33 CEST 2016