khalodark / addi

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

matrix output and functions #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 artek2...@gmail.com on 13 Nov 2010 at 5:55

GoogleCodeExporter commented 9 years ago
This will be split into 2 bugs.  This one from now on will refer to this 
issue...

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]

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

GoogleCodeExporter commented 9 years ago
i have made the output look like octave output

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