khalodark / addi

Automatically exported from code.google.com/p/addi
0 stars 0 forks source link

Matrix inv not working #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
This is a real issue, imported for jmathlib.  

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

GoogleCodeExporter commented 9 years ago
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