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 ndtma  
#1 Posted : 05 March 2016 05:48:32(UTC)
ndtma


Rank: Advanced Member

Groups: Registered
Joined: 05/06/2014(UTC)
Posts: 348
Man
Sri Lanka
Location: Colombo

Was thanked: 125 time(s) in 82 post(s)
The following Smath File worked fine under 97.5890. It opens a Excel data file for analysis.
But it crashes under 98.5905.
Why this happens?
Test-Op_Study.sm (78kb) downloaded 22 time(s). DailyQ_Malwala.xlsx (86kb) downloaded 22 time(s).
Look within!... The secret is inside you.
Best Regards
Eng. NDTM Amarasekera - Sri Lanka

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

Offline Davide Carpi  
#2 Posted : 05 March 2016 14:08:32(UTC)
Davide Carpi


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 13/01/2012(UTC)
Posts: 2,648
Man
Italy
Location: Italy

Was thanked: 1329 time(s) in 875 post(s)
The crash is triggered in sum(1)

Even copying the Q matrix in a definition on the canvas the crash still happens. Crazy

Issue isolated: crash sum 1.sm (319kb) downloaded 20 time(s).

P.S. try sum(identity(30)) and sum(identity(50)), the second one crashes for me

opened as issue SS-2302

Edited by user 21 May 2016 02:21:02(UTC)  | Reason: marked as fixed

If you like my plugins consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects
Offline Jean Giraud  
#3 Posted : 05 March 2016 14:59:45(UTC)
Jean Giraud

Rank: Guest

Groups: Registered
Joined: 04/07/2015(UTC)
Posts: 6,866
Canada

Was thanked: 981 time(s) in 809 post(s)
Try this instead

Forum Matrix Crash.gif
Offline Jean Giraud  
#4 Posted : 05 March 2016 15:07:29(UTC)
Jean Giraud

Rank: Guest

Groups: Registered
Joined: 04/07/2015(UTC)
Posts: 6,866
Canada

Was thanked: 981 time(s) in 809 post(s)
... sorry, forgot to attach the file

crash sum 1.sm (323kb) downloaded 19 time(s).
Offline ndtma  
#5 Posted : 05 March 2016 18:44:48(UTC)
ndtma


Rank: Advanced Member

Groups: Registered
Joined: 05/06/2014(UTC)
Posts: 348
Man
Sri Lanka
Location: Colombo

Was thanked: 125 time(s) in 82 post(s)
Originally Posted by: Davide Carpi Go to Quoted Post
P.S. try sum(identity(30)) and sum(identity(50)), the second one crashes for me


The second one crashes for me too
Look within!... The secret is inside you.
Best Regards
Eng. NDTM Amarasekera - Sri Lanka
thanks 1 user thanked ndtma for this useful post.
on 05/03/2016(UTC)
Offline Andrey Ivashov  
#6 Posted : 06 March 2016 00:33:25(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)
thanks 2 users thanked Andrey Ivashov for this useful post.
on 06/03/2016(UTC),  on 06/03/2016(UTC)
Offline Jean Giraud  
#7 Posted : 06 March 2016 02:55:35(UTC)
Jean Giraud

Rank: Guest

Groups: Registered
Joined: 04/07/2015(UTC)
Posts: 6,866
Canada

Was thanked: 981 time(s) in 809 post(s)
Ioan,

You can dedicate a function "VectorMatrixSum(data)"
Unwrap has many more applications, thus interesting.
Under the hood, your combined Sigmas, they first
Unwrap. Matrices don't exist in computing Machinery.
Matrices exist as serialised components.
The "BombCompute Mathcad 11", copy/paste a fair size
matrix [16000000 per say] takes substantial time.
"Warning: the requested operation may take long time".
Can't be more true.
Cppy/paste 16000000 vector: NO warning message... done.

Chers, Jean

VectorMatrixSum.gif
Offline ndtma  
#8 Posted : 06 March 2016 15:49:45(UTC)
ndtma


Rank: Advanced Member

Groups: Registered
Joined: 05/06/2014(UTC)
Posts: 348
Man
Sri Lanka
Location: Colombo

Was thanked: 125 time(s) in 82 post(s)
Thank you Andrey.
The problem on Smath file crash is now solved.
Look within!... The secret is inside you.
Best Regards
Eng. NDTM Amarasekera - Sri Lanka
thanks 1 user thanked ndtma for this useful post.
on 06/03/2016(UTC)
Offline Jean Giraud  
#9 Posted : 07 March 2016 06:44:24(UTC)
Jean Giraud

Rank: Guest

Groups: Registered
Joined: 04/07/2015(UTC)
Posts: 6,866
Canada

Was thanked: 981 time(s) in 809 post(s)
Originally Posted by: ndtma Go to Quoted Post
Thank you Andrey.
The problem on Smath file crash is now solved.


"now solved", maybe not so wrt matrix manipulation.
Observe the matrix scale code: M-Min(M)
I found out this built-in code is weak, prone to failure
with incorrect error message " Matrix is not invertible".
There is no matrix inversion involved. Observe the robust
code doing same. Example has low numerical values. At values
in the order of 10^10, module [1] fails.

Jean

Utilities Matrix Scale.sm (15kb) downloaded 21 time(s).

thanks 1 user thanked Jean Giraud for this useful post.
on 07/03/2016(UTC)
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.