Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
2025.0.0 - 日本語


testmatrix

generate special matrices, such as Hilbert, Frank

This function is obsolete. Please use magic, invhilb or frank instead.

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 Frank 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)

History

バージョン記述
2025.0.0 Tagged obsolete and will be removed in Scilab 2026.0.0.
  • Use magic function instead of testmatrix('magi', n).
  • Use invhilb function instead of testmatrix('hilb', n).
  • Use frank function instead of testmatrix('frk', n).
Report an issue
<< squarewave elementarymatrices toeplitz >>

Copyright (c) 2022-2024 (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:
Thu Oct 24 11:17:40 CEST 2024