octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #45423] symbolic package fails to construct ma


From: Doug Stewart
Subject: [Octave-bug-tracker] [bug #45423] symbolic package fails to construct matrices
Date: Sat, 27 Jun 2015 13:53:56 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36

Follow-up Comment #1, bug #45423 (project octave):

this might be a workaround

syms a b c d f m n p ; 
n =sym( [ a; b;  c; 4 ] )
d=reshape(n,2,2)

p = sym([sym(0); 1; sym(2); 3])
m=reshape(p, 2, 2)
f=inv(d)
m*f

So we can make a col. vec. and then reshape it.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?45423>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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