Enter the expression of matrices of numbers to evaluate:
|
Number type (It will help to choose the best CGI to execute, for example, if you use only integer or floating point numbers, you should choose double):
complex<rationalBCD> - Big complex numbers that allow rationals ( 3/2+2/3i, 0.25i )
complex<floatBCD> - Big complex numbers without rationals ( 1.5+0.66i )
complex<double> - Complex numbers without rationals ( 1.5+0.66i )
rationalBCD - Big numbers that allow rationals ( 155/102568987 )
floatBCD - Big numbers without rationals (5235656565.2123556454)
double - Other numbers ( 2.55057 )
Example:
det([1 2
3 4])*[2]*-1/4
Read the examples of expressions and the manual.
|