Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
2025.0.0 - Português


frank

Frank matrix

Syntax

f = frank(n)

Arguments

n

real scalar

f

n x n matrix

Description

f = frank(n) returns the Frank matrix.

The Frank matrix is a matrix defined by

f(n) = \begin{bmatrix} n \ \ n-1 \ \ n-2 \ \ ... \ \ 2 \ \ 1 
                \\ n-1 \ \ n-1 \ \ n-2 \ \ ... \ \ 2 \ \ 1 
                \\ 0 \ \ n-2 \ \ n-2 \ \ ... \ \ 2 \ \ 1 
                \\ ... \ \ ... \ \ ... \ \ ... \ \ ... \ \ ...
                \\ 0 \ \ 0  \ \ ... \ \ 0 \ \ 1 \ \ 1 \end{bmatrix}.

Examples

f = frank(4)

See also

  • hilbm — Hilbert matrix
  • invhilb — Inverse of the Hilbert matrix
  • magic — Magic square

History

VersãoDescrição
2025.0.0 Introduction in Scilab.
Report an issue
<< eye Elementary matrices hilbm >>

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:16:51 CEST 2024