Rank: Administration Groups: Developers, Registered, Knovel Developers, Administrators, Advanced Member Joined: 11/07/2008(UTC) Posts: 1,617 Was thanked: 1981 time(s) in 667 post(s)
|
SMath Studio 0.98.5953 available - Added ability to assign variables/functions put into the vector/matrix;
- SS-129: Linear indexing for matrices is now fully supported;
- SS-2321: Behavior of error(..) function in case when empty error is specified fixed;
- SS-2323: Buttons on toolboxes updated and tooltips provided;
- Several minor issues introduced by previous nightly build fixed;
- Interface translations updated;
- Refactoring.
Download Edited by user 19 April 2016 23:38:56(UTC)
| Reason: Not specified
|
4 users thanked Andrey Ivashov for this useful post.
|
on 19/04/2016(UTC), on 20/04/2016(UTC), on 20/04/2016(UTC), on 20/04/2016(UTC)
|
|
Rank: Advanced Member Groups: Registered
Joined: 05/03/2009(UTC) Posts: 433 Location: USA Was thanked: 17 time(s) in 15 post(s)
|
Not sure about the different syntax for linear indexing. Does the "[" do something different?
|
|
|
|
Rank: Administration Groups: Developers, Registered, Knovel Developers, Administrators, Advanced Member Joined: 11/07/2008(UTC) Posts: 1,617 Was thanked: 1981 time(s) in 667 post(s)
|
|
1 user thanked Andrey Ivashov for this useful post.
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 13/01/2012(UTC) Posts: 2,690 Location: Italy Was thanked: 1368 time(s) in 895 post(s)
|
Originally Posted by: Andrey Ivashov Added ability to assign variables/functions put into the vector/matrix; Nice feature if possible I suggest to improve the error message when the LHS doesn't fit the RHS (something like "wrong assignment pattern") Edited by user 20 April 2016 19:32:36(UTC)
| Reason: Not specified |
If you like my plugins consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects |
1 user thanked Davide Carpi for this useful post.
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 05/03/2009(UTC) Posts: 433 Location: USA Was thanked: 17 time(s) in 15 post(s)
|
Andrey, a[1 and a[2 do not need the "j" variable. In your screen shot, a[3=a[1,2 in my file and a[4=a[2,2 I've attached my file Index.sm (9kb) downloaded 50 time(s).
|
|
|
|
Rank: Guest
Groups: Registered
Joined: 04/07/2015(UTC) Posts: 6,866 Was thanked: 983 time(s) in 811 post(s)
|
Originally Posted by: ElSid Not sure about the different syntax for linear indexing. Does the "[" do something different? I understand nothing in here. You can create matrix as you wish [Smath 5346]
|
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 13/01/2012(UTC) Posts: 2,690 Location: Italy Was thanked: 1368 time(s) in 895 post(s)
|
Linear indexing is a feature to identify an element of a matrix using a single number (base 1 index, starting from the top-left element, proceeding by columns and then by rows] Code:[1 2 3 4]
[5 6 7 8]
[9 .....]
Previously it was possible to use el(2) (one-index element) on matrices only in these cases: - to set elements in column vectors: - to get elements of column vectors; - to get elements of row vectors: - to get elements of matrices; Assigning elements in matrices or row vectors wasn't possible: In the meanwhile, a bug was introduced and it was possible to use el(2) in the LHS of assignments for any matrix, but in a wrong way. Now it is possible to use this feature to get and set elements of any matrix: Edited by user 20 April 2016 21:08:21(UTC)
| Reason: typos |
If you like my plugins consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects |
1 user thanked Davide Carpi for this useful post.
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 05/03/2009(UTC) Posts: 433 Location: USA Was thanked: 17 time(s) in 15 post(s)
|
Originally Posted by: Davide Carpi Previously it was possible to use el(2) (one-index element) on matrices only in these cases: So its the el(2) function! Originally Posted by: ElSid Not sure about the different syntax for linear indexing.Does the "[" do something different? That is why I was asking if Andrey was using "[" to define the matrix. I may have a use for the indexing which is why I was asking. Edited by user 20 April 2016 23:05:21(UTC)
| Reason: Add 0.98.5953 screen shot
|
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 05/03/2009(UTC) Posts: 433 Location: USA Was thanked: 17 time(s) in 15 post(s)
|
I have had an install problem with the 0.98.xxxx series versions, installer locks up. I need to go into task manager and kill the install screen after updating or installing fresh at this window. If I put my mouse over this box, in Windows 7 (32 and 64), I get the mouse cursor to go to an spinning wheel. Program works fine in all installs otherwise. Edited by user 20 April 2016 23:07:33(UTC)
| Reason: Not specified
|
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 17/01/2013(UTC) Posts: 296 Location: Khabarovsk, Russia Was thanked: 151 time(s) in 107 post(s)
|
Hurray! I finally found something to write to this thread! OK, seriously, I'm really excited with this recent progress, and my constant flow of bug reports isn't meant to discourage Andrey; to the contrary, I wish this projest to prosper and flourish, and to be as problem-free as possible. Andrey, thank you for this new build and for all your work! EDIT: Oh, I feel so stupid! I wrote " Enter", while I must had written " Arguments delimiter (mine is semicolon)". Edited by user 20 April 2016 23:57:40(UTC)
| Reason: Not specified |
Best regards, Mike Kaganski |
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 05/03/2009(UTC) Posts: 433 Location: USA Was thanked: 17 time(s) in 15 post(s)
|
I second this Originally Posted by: mikekaganski Andrey, thank you for this new build and for all your work! AND all of the developers for plugins, etc. Mike, I cannot reproduce. I just updated on of my machines to this build. I go into the resulting matrix and the red cross bar "kicks out" into white space. However, on another existing file that was working correctly, it won't open Edited by user 20 April 2016 23:37:08(UTC)
| Reason: Added my error message
|
|
|
|
Rank: Administration Groups: Developers, Registered, Knovel Developers, Administrators, Advanced Member Joined: 11/07/2008(UTC) Posts: 1,617 Was thanked: 1981 time(s) in 667 post(s)
|
Originally Posted by: Andrey Ivashov P.S.: Yes, I've used "[". Originally Posted by: ElSid That is why I was asking if Andrey was using "[" to define the matrix.I may have a use for the indexing which is why I was asking. el(2) and "[" is actually the same. Edited by user 21 April 2016 00:40:53(UTC)
| Reason: Not specified
|
1 user thanked Andrey Ivashov for this useful post.
|
|
|
Rank: Guest
Groups: Registered
Joined: 04/07/2015(UTC) Posts: 6,866 Was thanked: 983 time(s) in 811 post(s)
|
Hello Collabs, From a matrix result, you can do 3 things immediately besides conventional matrix algebra [rotation, transpose, rotation, inverse ...] 1. drag/select, copy/paste element 2. extract indexed element 3. post process [arithmetic, function] Be careful on [3] versus other CAS [Matlab, Mathcad ...] Jean
|
|
|
|
Rank: Administration Groups: Developers, Registered, Knovel Developers, Administrators, Advanced Member Joined: 11/07/2008(UTC) Posts: 1,617 Was thanked: 1981 time(s) in 667 post(s)
|
Originally Posted by: mikekaganski Hurray! I finally found something to write to this thread! Bingo! I'm beginning to be afraid of you Just kidding! Really, thank you very much for your help! I think it is just impossible for me to catch such issues (critical issues BTW) by myself. Best regards!
|
2 users thanked Andrey Ivashov for this useful post.
|
on 21/04/2016(UTC), on 21/04/2016(UTC)
|
|
Rank: Administration Groups: Developers, Registered, Knovel Developers, Administrators, Advanced Member Joined: 11/07/2008(UTC) Posts: 1,617 Was thanked: 1981 time(s) in 667 post(s)
|
Originally Posted by: ElSid However, on another existing file that was working correctly, it won't open You need to open Plugins tab in Extensions Manager, switch to Online Gallery and find & install all available updates there. After SMath Studio restart you will not see this error anymore. I'm working on the wizard which will assist users to do this semi-automatically on every SMath Studio update as it is the most common issue now. Best regards.
|
2 users thanked Andrey Ivashov for this useful post.
|
on 21/04/2016(UTC), on 21/04/2016(UTC)
|
|
Rank: Advanced Member Groups: Registered
Joined: 05/03/2009(UTC) Posts: 433 Location: USA Was thanked: 17 time(s) in 15 post(s)
|
Originally Posted by: Andrey Ivashov ... switch to Online Gallery and find & install all available updates there. I forgot to switch to online
|
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 17/01/2013(UTC) Posts: 296 Location: Khabarovsk, Russia Was thanked: 151 time(s) in 107 post(s)
|
Originally Posted by: Andrey Ivashov I'm working on the wizard which will assist users to do this semi-automatically on every SMath Studio update as it is the most common issue now. Wouldn't it be better to also check for available plugins updates and notify users of that regardless of event of main program update? To make it less intrusive, a toolbar informational icon could do the job, that, when active, on click would open relevant update window. By the way, current SMath update window is IMO too intrusive, too, and could be integrated into such informational system as well. |
Best regards, Mike Kaganski |
|
|
|
Rank: Guest
Groups: Registered
Joined: 04/07/2015(UTC) Posts: 6,866 Was thanked: 983 time(s) in 811 post(s)
|
I love the bracket style and more operators. Thanks Andrey, Jean
|
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 17/01/2013(UTC) Posts: 296 Location: Khabarovsk, Russia Was thanked: 151 time(s) in 107 post(s)
|
Why is the content creation date in MSI is shown 11/12/2009? Actually, I needed this information when I noticed that this release was released twice: I have been notified by update manager and updated promptly, and haven't been notified again after that, but I started to see files that are "created with a newer SMath version" - 0.98.5953 (the same as mine), but last (fourth) part of version was greater. |
Best regards, Mike Kaganski |
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 03/03/2014(UTC) Posts: 418 Was thanked: 125 time(s) in 96 post(s)
|
Spotted matrix definition bug if using Clear(): MatDefBug.sm (4kb) downloaded 49 time(s).Also nested definition is not supported? In a form of Edited by user 29 April 2016 07:45:22(UTC)
| Reason: Not specified
|
|
|
|
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.