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 17:09:36 +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 #3, bug #45423 (project octave):

I did some more digging:


syms a
this works
A = sym([ a, 2; a, 4 ])
and this works
A = [ a, 2; a, 4 ]
but this does not work
A = [ 1, 2; a, 4 ]
A = sym([ 1, 2; a, 4 ])

so if the first item in the matrix is a sym then it works


    _______________________________________________________

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]