Welcome Guest! To enable all features please Login. New Registrations are disabled.

Notification

Icon
Error

Login


Options
Go to last post Go to first unread
Offline Greg Locock  
#1 Posted : 20 September 2009 18:16:58(UTC)
Greg Locock


Rank: Advanced Member

Groups: Registered
Joined: 30/08/2009(UTC)
Posts: 52
Location: Australia

Probably not a high priority fix,


M=identity(3)

2+2=

M+M=

M+2=


2+M=


quite funny!

Wanna join the discussion?! Login to your SMath Studio Forum forum account. New Registrations are disabled.

Offline omorr  
#2 Posted : 20 September 2009 20:29:41(UTC)
omorr


Rank: Administration

Groups: Registered, Advanced Member
Joined: 23/06/2009(UTC)
Posts: 1,740
Man
Serbia

Was thanked: 318 time(s) in 268 post(s)
Hello Greg,
Greg Locock wrote:
Probably not a high priority fix,


M=identity(3)

2+2=

M+M=

M+2=


2+M=


quite funny!


This might be a bug with nested arrays, recently introduced.
M←identity(3)
M=mat(1;0;0;0;1;0;0;0;1;3;3)
M+M=mat(2;0;0;0;2;0;0;0;2;3;3)
2+M=mat(mat(2;1;1;1;2;1;1;1;2;3;3);mat(1;0;0;0;1;0;0;0;1;3;3);mat(1;0;0;0;1;0;0;0;1;3;3);mat(1;0;0;0;1;0;0;0;1;3;3);mat(2;1;1;1;2;1;1;1;2;3;3);mat(1;0;0;0;1;0;0;0;1;3;3);mat(1;0;0;0;1;0;0;0;1;3;3);mat(1;0;0;0;1;0;0;0;1;3;3);mat(2;1;1;1;2;1;1;1;2;3;3);3;3)
M+2=mat(3;2;2;2;3;2;2;2;3;3;3)

Regards,
Radovan
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
Offline Andrey Ivashov  
#3 Posted : 21 September 2009 04:47:30(UTC)
Andrey Ivashov


Rank: Administration

Groups: Developers, Registered, Knovel Developers, Administrators, Advanced Member
Joined: 11/07/2008(UTC)
Posts: 1,616
Man
Russian Federation

Was thanked: 1978 time(s) in 666 post(s)
Greg Locock wrote:
Probably not a high priority fix,
2+M=

Thank you. Bug fixed.

M←identity(3)
2+M=mat(3;2;2;2;3;2;2;2;3;3;3)

Fix will be available in the next public release.
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.