help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Symbols, matrices and functions


From: Prolegius
Subject: Symbols, matrices and functions
Date: Sat, 6 Jul 2013 05:52:27 -0700 (PDT)

Hello I am new to octave (used Matlab before) I need to do some operations
involving matrices of this sort:

A=[ cos (t1)  0  sin (t1)   0   ]
    [ sin (t1)   0  -cos(t1)  0   ]
    [    0        1       0       l1 ]
    [    0         0      0       1 ]

I have declared t1, l1 as symbols (symbols t1=sym('t1') l1=sym('l1') )
however I am still getting errors when I declare the matrix.   HOW CAN I
DECLARE THIS MATRIX ? AND LATER ON CAN I MULTIPLY AND CROSS MATRICES OF THIS
SORT? PLEASE HELP !



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Symbols-matrices-and-functions-tp4655262.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]