close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 18 years ago

Closed 18 years ago

#491 closed defect (remind)

Simply definition of a column matrix returns a row matrix

Reported by: César Pérez Álvarez Owned by: Víctor de Buen Remiro
Priority: normal Milestone:
Component: Math Version: 1.1.5
Severity: normal Keywords:
Cc:

Description

This code
Matrix a = ((0.1),(1),(1));
must return a column matrix instead of a row matrix.

Change History (2)

comment:1 Changed 18 years ago by Víctor de Buen Remiro

Owner: changed from danirus to Víctor de Buen Remiro

comment:2 Changed 18 years ago by Víctor de Buen Remiro

Resolution: remind
Status: newclosed

Sorry, but it isn't easy to fix this problem without change all the parser. The problem is that the parser eliminates the "apparently" useless ( ... ) after the =

Thanks to report it.

Note: See TracTickets for help on using tickets.