help-octave
[Top][All Lists]
Advanced

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

determinent of undefined matrix?


From: NZG
Subject: determinent of undefined matrix?
Date: Fri, 10 Sep 2004 16:02:24 -0500
User-agent: KMail/1.6.2

I want to solve the determinent of a matrix containing an unknown s such as

det[s 1;1 s]

ans
        s^2 - 1

in Matlab I just define 
s = sym('s')
beforehand.

This doesn't work in Octave, what's an equivalent method?
Does one exist?

thx,
NZG.



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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