WP43 News

This area is for discussion about these families of custom high-end Scientific Calculator applications for SwissMicros devices.
User avatar
Walter
Posts: 3070
Joined: Tue May 02, 2017 11:13 am
Location: On a mission close to DRS, Germany

Re: 43S News

Post by Walter »

@Pierre: Point taken. :o

On the other hand, entering a real matrix ((1; 1); (1; 1)) and a second (complex) matrix ((1; 1); (1; i)) and dividing the first by the second results in
c_matrix_division.png
c_matrix_division.png (9.42 KiB) Viewed 3219 times
This is the resulting matrix as it should look (compare Tom's post). 8-) Which release did you use?
WP43 SN00000, 34S, and 31S for obvious reasons; HP-35, 45, ..., 35S, 15CE, DM16L S/N# 00093, DM42β SN:00041
User avatar
Jaymos
Posts: 1635
Joined: Sun Nov 04, 2018 7:03 pm
Location: Cape Town

Re: 43S News

Post by Jaymos »

PierreMengisen wrote:
Sun Aug 15, 2021 7:26 pm
I am using WP43S Windows Parallels Desktop 17
I installed GTK3 and WP43S.EXE using CrossOver into a bottle of its own and it works on my 2019 MBP with Big Sur, with no issues.
Jaco Mostert
Elec Eng, South Africa
https://47calc.com C47 (s/n 03818 & 06199), WP43 (0015). In box: HP42S, HP32Sii, WP34S&C, HP28C, HP35s, EL-506P, EL-W506, PB700; ex: FX702P, 11C, HP67 & HP85; iOS: 42s Byron, Free42+, WP31S/34S, HCalc.
User avatar
PierreMengisen
Posts: 305
Joined: Wed Nov 29, 2017 1:38 pm
Location: Neuchâtel CH

Re: 43S News

Post by PierreMengisen »

PierreMengisen wrote:
Wed Aug 18, 2021 4:52 pm
with wp43S.exe :

matrix division
A={(1;1) (1;1)} B={(1;1) (1;i)}
A/B => complet freeze :oops:
I think I use the last version
Sans titre.jpg
Sans titre.jpg (45.66 KiB) Viewed 3176 times
Pierre
[TI59 with PC100C; TI-84 Plus CE-T; HP41CV with HP IL loop & 2*82161A DCD & 82162 TP; HP15C; HP28S; DM41; DM41L; DM42; DM41X]
User avatar
PierreMengisen
Posts: 305
Joined: Wed Nov 29, 2017 1:38 pm
Location: Neuchâtel CH

Re: 43S News

Post by PierreMengisen »

Other example of that issue :
MatA.jpg
MatA.jpg (45.63 KiB) Viewed 3173 times
MatB.jpg
MatB.jpg (33.69 KiB) Viewed 3173 times
... and the issue ...
MatA_div_MatB.jpg
MatA_div_MatB.jpg (121.41 KiB) Viewed 3173 times
Pierre
[TI59 with PC100C; TI-84 Plus CE-T; HP41CV with HP IL loop & 2*82161A DCD & 82162 TP; HP15C; HP28S; DM41; DM41L; DM42; DM41X]
User avatar
PierreMengisen
Posts: 305
Joined: Wed Nov 29, 2017 1:38 pm
Location: Neuchâtel CH

Re: 43S News

Post by PierreMengisen »

And here is an example that works correctly:

This matrix divided by itself gives the unit matrix, the one is right.
OK.jpg
OK.jpg (10.25 KiB) Viewed 3173 times
Pierre
[TI59 with PC100C; TI-84 Plus CE-T; HP41CV with HP IL loop & 2*82161A DCD & 82162 TP; HP15C; HP28S; DM41; DM41L; DM42; DM41X]
User avatar
Walter
Posts: 3070
Joined: Tue May 02, 2017 11:13 am
Location: On a mission close to DRS, Germany

Re: 43S News

Post by Walter »

PierreMengisen wrote:
Fri Aug 20, 2021 9:14 am
Other example of that issue :
MatA.jpg
MatB.jpg
... and the issue ...
MatA_div_MatB.jpg
Also this example works here, resulting in (rounded)
c_matrix_division2.png
c_matrix_division2.png (9.49 KiB) Viewed 3131 times
I'd recommend removing (rm) backup.bin and trying again.
WP43 SN00000, 34S, and 31S for obvious reasons; HP-35, 45, ..., 35S, 15CE, DM16L S/N# 00093, DM42β SN:00041
User avatar
PierreMengisen
Posts: 305
Joined: Wed Nov 29, 2017 1:38 pm
Location: Neuchâtel CH

Re: 43S News

Post by PierreMengisen »

Walter wrote:
Fri Aug 20, 2021 2:03 pm
I'd recommend removing (rm) backup.bin and trying again.
No backup.bin in the library.
library.jpg
library.jpg (68.25 KiB) Viewed 3096 times
The problem must lie elsewhere.

The strange thing is that it works in some cases and not in others.
The problem is to find out in which case there is a wp43s.exe crash as I lose track of the data used.
Pierre
[TI59 with PC100C; TI-84 Plus CE-T; HP41CV with HP IL loop & 2*82161A DCD & 82162 TP; HP15C; HP28S; DM41; DM41L; DM42; DM41X]
User avatar
Walter
Posts: 3070
Joined: Tue May 02, 2017 11:13 am
Location: On a mission close to DRS, Germany

Re: 43S News

Post by Walter »

Does anybody else observe a similar problem?

(Feel free to report other problems as well, of course. 8-) )
WP43 SN00000, 34S, and 31S for obvious reasons; HP-35, 45, ..., 35S, 15CE, DM16L S/N# 00093, DM42β SN:00041
toml_12953
Posts: 795
Joined: Wed May 03, 2017 7:46 pm
Location: Malone, NY USA

Re: 43S News

Post by toml_12953 »

Walter wrote:
Thu Aug 19, 2021 10:25 pm
@Pierre: Point taken. :o

On the other hand, entering a real matrix ((1; 1); (1; 1)) and a second (complex) matrix ((1; 1); (1; i)) and dividing the first by the second results in c_matrix_division.png

This is the resulting matrix as it should look (compare Tom's post). 8-) Which release did you use?
The way it should look depends on how you do it.

inv(b) * a gives [[1 1][0 0]]

a * inv(b) gives [[1 0][1 0]]

The HP 50g, HP Prime and Casio fx-CG500 do it the first way and it looks like the 43S does it the second way.
Tom L

Some people call me inept but I'm as ept as anybody!
DM10L SN: 059/100
DM41X SN: 00023 (Beta)
DM41X SN: 00506 (Shipping)
DM42 SN: 00025 (Beta)
DM42 SN: 00221 (Shipping)
WP43 SN: 00025 (Prototype)
User avatar
PierreMengisen
Posts: 305
Joined: Wed Nov 29, 2017 1:38 pm
Location: Neuchâtel CH

Re: 43S News

Post by PierreMengisen »

PierreMengisen wrote:
Fri Aug 20, 2021 6:54 pm
The problem must lie elsewhere.
A new indication: with the version wp43s_jm.exe it works as agreed.
What is the difference between wp43s.exe and wp43s_jm.exe?
(the first one is 2'034'348 bytes while the second one is 2'075'070 bytes)

It is also interesting that this division works with the previous version wp43s-windows-0.20-2.5 :?:
Pierre
[TI59 with PC100C; TI-84 Plus CE-T; HP41CV with HP IL loop & 2*82161A DCD & 82162 TP; HP15C; HP28S; DM41; DM41L; DM42; DM41X]
Post Reply