Scilab 6.0.0
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
proj
projection
Syntax
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 >> |