Symbolic Matrices fricas A:=matrix [[x,
Type: Matrix(Polynomial(Integer))
fricas A+1
Type: SquareMatrix?(2,
test --unknown, Fri, 24 Jun 2005 04:29:59 -0500 reply fricas A+2
Type: SquareMatrix?(2,
Use the Edit and Preview Functions Hey, why not learn to use the Look at the top right hand side of the page. fricas N:=matrix[[0],
Type: Matrix(NonNegativeInteger?)
fricas L:=[[sqrt(-1)*sin(x)+cos(x)],
Type: List(List(Expression(Integer)))
fricas A:=matrix[[cos(x),
Type: Matrix(Expression(Integer))
fricas v:=matrix[[v11],
Type: Matrix(Polynomial(Integer))
fricas C:=A*v-L(1,
Type: Matrix(Expression(Integer))
fricas solve(C(1,
Type: List(Equation(Expression(Integer)))
fricas solve(C(2,
Type: List(Equation(Expression(Integer)))
fricas V:=matrix[[1/sqrt(-1),
Type: Matrix(AlgebraicNumber?)
fricas Z:=matrix[[V(2,
Type: Matrix(AlgebraicNumber?)
fricas W:=(V(1,
Type: AlgebraicNumber?
fricas N:=matrix[[0],
Type: Matrix(NonNegativeInteger?)
fricas L:=[[sqrt(-1)*sin(x)+cos(x)],
Type: List(List(Expression(Integer)))
fricas A:=matrix[[cos(x),
Type: Matrix(Expression(Integer))
fricas v:=matrix[[v11],
Type: Matrix(Polynomial(Integer))
fricas C:=A*v-L(1,
Type: Matrix(Expression(Integer))
fricas solve(C(1,
Type: List(Equation(Expression(Integer)))
fricas solve(C(2,
Type: List(Equation(Expression(Integer)))
fricas V:=matrix[[1/sqrt(-1),
Type: Matrix(AlgebraicNumber?)
fricas Z:=matrix[[V(2,
Type: Matrix(AlgebraicNumber?)
fricas V(1,
Type: AlgebraicNumber?
fricas V(1,
Type: AlgebraicNumber?
fricas N:=matrix[[0],
Type: Matrix(NonNegativeInteger?)
fricas L:=[[sqrt(-1)*sin(x)+cos(x)],
Type: List(List(Expression(Integer)))
fricas A:=matrix[[cos(x),
Type: Matrix(Expression(Integer))
fricas v:=matrix[[v11],
Type: Matrix(Polynomial(Integer))
fricas C:=A*v-L(1,
Type: Matrix(Expression(Integer))
fricas solve(C(1,
Type: List(Equation(Expression(Integer)))
fricas solve(C(2,
Type: List(Equation(Expression(Integer)))
fricas T:=matrix[[1/sqrt(-1),
Type: Matrix(AlgebraicNumber?)
fricas a:=sqrt(T(1,
Type: AlgebraicNumber?
fricas b=sqrt(T(1,
Type: Equation(Polynomial(AlgebraicNumber?))
fricas Z:=matrix[[V(2,
Type: Matrix(AlgebraicNumber?)
fricas V(1,
Type: AlgebraicNumber?
fricas V(1,
Type: AlgebraicNumber?
fricas N:=matrix[[0],
Type: Matrix(NonNegativeInteger?)
fricas L:=[[sqrt(-1)*sin(x)+cos(x)],
Type: List(List(Expression(Integer)))
fricas A:=matrix[[cos(x),
Type: Matrix(Expression(Integer))
fricas v:=matrix[[v11],
Type: Matrix(Polynomial(Integer))
fricas C:=A*v-L(1,
Type: Matrix(Expression(Integer))
fricas solve(C(1,
Type: List(Equation(Expression(Integer)))
fricas solve(C(2,
Type: List(Equation(Expression(Integer)))
fricas T:=matrix[[1/sqrt(-1),
Type: Matrix(AlgebraicNumber?)
fricas sqrt(T(1,
Type: AlgebraicNumber?
fricas sqrt(T(1,
Type: AlgebraicNumber?
fricas Z:=matrix[[V(2,
Type: Matrix(AlgebraicNumber?)
fricas V(1,
Type: AlgebraicNumber?
fricas V(1,
Type: AlgebraicNumber?
fricas )clear all
Type: Expression(Complex(Integer))
fricas A := matrix[ [B,
Type: Matrix(Expression(Complex(Integer)))
fricas rowEchelon(A)
Type: Matrix(Expression(Complex(Integer)))
fricas B := -%i*sqrt(a^2 + b^2 + c^2)
Type: Expression(Complex(Integer))
fricas A := matrix[ [B,
Type: Matrix(Expression(Complex(Integer)))
fricas rowEchelon(A)
Type: Matrix(Expression(Complex(Integer)))
Write:
\begin{axiom} M := matrix [[1,1,1,1],[a,a,b,b],[1,1,1,1],[a,a,b,b]] \end{axiom} fricas M := matrix [[1,
Type: Matrix(Polynomial(Integer))
|