Quick Introduction To Hypermath: D:/Hw110 - 64/Help/Hmath/Hmath - HTM)
Quick Introduction To Hypermath: D:/Hw110 - 64/Help/Hmath/Hmath - HTM)
This document presents a list of HyperMath commands and language syntax which
can be used for mathematical operations and data analysis.
All the information is available with more details on the online HyperMath help
(D:\hw110_64\help\hmath\hmath.htm).
1. Vectors
2. Matrices
Matrix M=[1 2 3; 4 5 6]
Built matrix with column vectors M=[v1 v2 vn]
Built matrix with row vectors M=[v1;v2;vn]
Matrix with zeros M=Zeros(m,n)
Matrix with ones M=Ones(m,n)
Scalar multiplication M*2
First row of M M(1,:)
Second row of M M(:,2)
Size of M Size(M)
Eigenvalues EigS(A)
EigSB(A)
EigST(A)
Inverse V^-1
Inv(V)
Determinant Det(M)
Rank Rank(M,tol)
A/B equivalent to A*inv(B), where inv means
Foward Division inversion
Backward division A\B
1
3. Polynomials
4. Complex numbers
5. Trigonometric functions
Sin(t) y=Sin(t)
Cos(t) y=Cos(t)
6. Graphics
7. System commands
2
8. Scripts
9. Control structures
10. Functions
3
12. Representation of systems and system response
13. Strings