1 Pages (11 items)
Not quadrat matrix - Messages
#1 Posted: 2 years ago
The work with not quadrat matrix.
How better solve?
See please the attached sm-file.
1-Asteroid-5-Points.sm (25 KiB) downloaded 125 time(s).
How better solve?
See please the attached sm-file.
1-Asteroid-5-Points.sm (25 KiB) downloaded 125 time(s).
#2 Posted: 2 years ago
WroteThe work with not quadrat matrix.
How better solve?
As it looks, the blue planet and green voyager are tangent.
Take care Valery ... Jean.
1-Asteroid-5-Points.sm (34 KiB) downloaded 116 time(s).
#3 Posted: 2 years ago
Hi Valery. You can use dn_LinAlgLLS_SVD or dn_LinAlgLLS_COF or dn_LinAlgLLS_QRorLQ for non-square matrices, instead dn_LinAlgSolve.
1-Asteroid-5-Points.sm (27 KiB) downloaded 109 time(s).
Best regards.
Alvaro.
1-Asteroid-5-Points.sm (27 KiB) downloaded 109 time(s).
Best regards.
Alvaro.
1 users liked this post
Valery Ochkov 2 years ago
#4 Posted: 2 years ago
#6 Posted: 2 years ago
#7 Posted: 2 years ago
Wrote... New problem with Ranks
Hi Valery. SMath really needs to improve on linear algebra. As a workaround, you can redefine rank with a plugin

Also, the problem with rank is not that it can't deal with complicated arrays, it can't handle simple ones either

10-2-Asteroid-7-points-Rank.sm (19 KiB) downloaded 115 time(s).
Best regards-
Alvaro.
2 users liked this post
#8 Posted: 2 years ago
#9 Posted: 2 years ago
WroteWhy?
Hi. Due to numerical errors. These ranks are evaluated with numerical procedures. That means that for some cases they must necessarily fail. You can introduce some kind of tolerance in the function. Maple also fails in this example.

This shows that the rank function that is executed is that of maple.

However, I don't know how to call Maxima's rank function, it is not in the Takeover options.
Here some notes about how to handle a little better the issue.
10-2-Asteroid-7-points-Rank.sm (35 KiB) downloaded 113 time(s).
Best regards.
Alvaro.
1 users liked this post
Valery Ochkov 2 years ago
#10 Posted: 2 years ago
Maxima gives the correct answer. Yet I think that maple is not to blame, because maple(rank(M)) sends 4 to maple. At least this happens with Maxima(rank(M)).
In Maxima I have a workaround for such cases. First I convey the definition of M to Maxima and then call rank(M). The format "$...§" conveys everything inside the markup as verbatim expression to Maxima. without giving SMath the chance to interfere.
Should not be too complicated to add rank() to the takeover candidates.
![2023-11-03 13_03_03-SMath Solver 1.0.8477 - [10-2-Asteroid-7-points-Rank (1).sm_].png](/en-US/files/Download/4rw62K/2023-11-03-13_03_03-SMath-Solver-1.0.8477---[10-2-Asteroid-7-points-Rank-(1).sm_].png)
10-2-Asteroid-7-points-Rank _Kr.sm (40 KiB) downloaded 119 time(s).
In Maxima I have a workaround for such cases. First I convey the definition of M to Maxima and then call rank(M). The format "$...§" conveys everything inside the markup as verbatim expression to Maxima. without giving SMath the chance to interfere.
Should not be too complicated to add rank() to the takeover candidates.
![2023-11-03 13_03_03-SMath Solver 1.0.8477 - [10-2-Asteroid-7-points-Rank (1).sm_].png](/en-US/files/Download/4rw62K/2023-11-03-13_03_03-SMath-Solver-1.0.8477---[10-2-Asteroid-7-points-Rank-(1).sm_].png)
10-2-Asteroid-7-points-Rank _Kr.sm (40 KiB) downloaded 119 time(s).
Martin Kraska
Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
2 users liked this post
#11 Posted: 2 years ago
Hi Martin.
Nope. The issue is about a matrix C=augment( A,b ), where b is a column vector so, it must to have the same rank as A.

Either. In some way maple holds the rank function and evaluates it on its own kernel. Actually, the example with the matrix M is for show that.
Best regards.
Alvaro.
WroteMaxima gives the correct answer ...
Nope. The issue is about a matrix C=augment( A,b ), where b is a column vector so, it must to have the same rank as A.

Wrote... Yet I think that maple is not to blame, because maple(rank(M)) sends 4 to maple. At least this happens with Maxima(rank(M)).
Either. In some way maple holds the rank function and evaluates it on its own kernel. Actually, the example with the matrix M is for show that.
Best regards.
Alvaro.
1 users liked this post
Valery Ochkov 2 years ago
1 Pages (11 items)
-
New Posts
-
No New Posts