corbinlc/addi

Matrix inv not working

GoogleCodeExporter opened this issue · 2 comments

Original bug split into 2, this one refers to ...


And also, the inverse matrix doesn't work. 

inv(a)

ERROR:null



When you enter a matrix the output is not formatted correctly. The next line is 
missing a couple of blank spaces to make it look nicer. 

a = [2.0000,3.0000]
[-1.0000,0.0000]

And also, the inverse matrix doesn't work. 

inv(a)

ERROR:null

Is it possible to fix that?

Original issue reported on code.google.com by corbi...@gmail.com on 15 Nov 2010 at 5:48

This is a real issue, imported for jmathlib.  

Original comment by corbi...@gmail.com on 15 Nov 2010 at 5:53

  • Changed state: Accepted
  • Added labels: Priority-Critical
  • Removed labels: Priority-High
the functions that were called by inv via inversematrix has a capital letter at 
the begining

Original comment by corbi...@gmail.com on 16 Nov 2010 at 4:52

  • Changed state: Fixed