Scilab 5.5.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
proj
projection
Calling Sequence
P = proj(X1,X2)
Arguments
- X1,X2
two real matrices with equal number of columns
- P
real projection matrix (
P^2=P
)
Description
P
is the projection on X2
parallel to X1
.
Examples
Report an issue | ||
<< Subspaces | Linear Algebra | Interpolation >> |