UPDATED: SMath Studio 0.98.6528 (15 November 2017)

UPDATED: SMath Studio 0.98.6528 (15 November 2017) - Messages

#21 Posted: 11/11/2017 7:44:05 AM
Radovan Omorjan

Radovan Omorjan

325 likes in 2052 posts.

Group: Moderator

Bumped into the problem of ODE Solvers plugin and the recent build. Started the example for ODE solving from the Martins's Reference book. Tried to delete and reinstall ODE Solvers, example started once and but the problem persisted after the second run.

Regards,
Radovan
odesolvers.PNG
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
#22 Posted: 11/11/2017 10:37:38 AM
Andrey Ivashov

Andrey Ivashov

2270 likes in 3734 posts.

Group: Super Administrator

Wrote

The reported problem persists (post #11), but it is specified that it is only for the >= and not for <=, > , <.

sergio


Hello.

Unfortunately I can't reproduce an issue with >=. Could you please doublecheck? Version is 0.98.6523.

bool_test_1.png
boolean_check_1.sm (5 KiB) downloaded 81 time(s).

Best regards.
#23 Posted: 11/11/2017 11:13:24 AM
Martin Kraska

Martin Kraska

1222 likes in 2150 posts.

Group: Moderator

Same problem here (regardless of formatting scheme, the screenshot is old style)

How about indicating the formatting scheme (e.g. in the status line)?

2017-11-11 15_09_08-SMath Studio 0.98.6523 - [boolean_check_1.sm_].png
Martin Kraska Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
#24 Posted: 11/11/2017 12:25:53 PM
sergio

sergio

115 likes in 329 posts.

Group: User

Martin has already answered for me.

SMath Studio: SMath Studio Desktop 0.98.6523.24281, x64
OS: Microsoft Windows NT 6.1.7601 Service Pack 1 (Windows 7 Professional Service Pack 1, x64)
Screen: 1920x1080 px, 96x96 dpi, 96 GP.DPI, 1 GP.SRF
Localization: separator=; decimal symbol=; system decimal symbol=; language=ITA
Frameworks: CLR 2.0.50727.8762

installed versions:
v2.0.50727 2.0.50727.5420 SP2
v3.0 3.0.30729.5420 SP2
v3.5 3.5.30729.5420 SP1
v4
Client 4.7.02053
Full 4.7.02053
v4.0
Client 4.0.0.0

sergio
#25 Posted: 11/11/2017 5:33:55 PM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Wrote

Bumped into the problem of ODE Solvers plugin and the recent build.



Just say "Yes continue" and open the work sheet.
Done otherwise: double click on the file from it's location,
"Yes, continue" it should open the work sheet all functional.

ODE Predator Prey [rkfixed Cauchy].sm (7 KiB) downloaded 93 time(s).

#26 Posted: 11/11/2017 11:11:07 PM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Wrote

How about indicating the formatting scheme (e.g. in the status line)?



Bolean should be specified completely. The example > ... < is trivial
If not specified completely, all sorts of error messages will be issued.
Mathcad was more tolerant, thus much less educative than Smath.

DeBoor argument v< ... is however completely specified wrt to its neighbour

if((el(u,μ)≤v)&(v
Bolean.PNG

Vector Maths.sm (1 MiB) downloaded 85 time(s).
#27 Posted: 11/12/2017 10:25:48 AM
alfredo gualdron

alfredo gualdron

1 likes in 4 posts.

Group: User

I can't run the new beta

Ubuntu 16.04 64bit
Mono JIT compiler version 4.2.1 (Debian 4.2.1.102+dfsg2-7ubuntu4)


This is what i get from the command line:

SMathStudioDesktop.0_98_6523.Mono$ mono SMathStudio_Desktop.exe
Could not set X locale modifiers
- [AppDir] Special Functions 1.11.6523.24283 (2 ms.)
- [UserDir] Development Tools 1.0.6498.3892 (1 ms.)
- [AppDir] HTML Export 1.13.6523.24283 (0 ms.)
- [AppDir] Export to image 1.9.6523.24284 (0 ms.)
- [AppDir] Picture Region 1.10.6523.24284 (0 ms.)
- [AppDir] Plot Region 1.9.6523.24284 (1 ms.)
- [AppDir] SMath Studio Files Plugin 1.9.6523.24284 (0 ms.)
- [AppDir] Standard Toolbox Buttons 1.0.6523.24285 (0 ms.)
- [AppDir] Text Region 1.10.6523.24284 (0 ms.)
- [AppDir] SMath Viewer Files Plugin 1.1.6523.24285 (0 ms.)
- [AppDir] XMCD Files Plugin 1.12.6523.24284 (0 ms.)

Unhandled Exception:
System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound]
at System.Drawing.GDIPlus.CheckStatus (Status status) <0x41a9a000 + 0x00753> in :0
at System.Drawing.Font..ctor (System.Drawing.FontFamily family, Single emSize, FontStyle style, GraphicsUnit unit, Byte gdiCharSet, Boolean gdiVerticalFont) <0x41acfde0 + 0x000c3> in :0
at System.Drawing.Font..ctor (System.Drawing.FontFamily family, Single emSize, FontStyle style, GraphicsUnit unit) <0x41acfd40 + 0x0004b> in :0
at (wrapper remoting-invoke-with-check) System.Drawing.Font:.ctor (System.Drawing.FontFamily,single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit)
at SMath.Control.PaintContext.EquationsFont (Single fontSize) <0x41c05940 + 0x0007f> in :0
at SMath.Control.PaintContext.set_NormalFont (System.Drawing.Font value) <0x41c04bc0 + 0x00a43> in :0
at SMath.Control.MathRegion.GetPaintContext (Rectangle r, System.Drawing.Graphics g) <0x41c04740 + 0x000ff> in :0
at SMath.Control.MathRegion.Prepare (System.Drawing.Graphics g, System.Windows.Forms.PaintEventArgs e) <0x41c042d0 + 0x00123> in :0
at SMath.Control.MathRegion.PrePainter () <0x41c042a0 + 0x00013> in :0
at SMath.Control.RegionBase.InitLayout () <0x41c03fd0 + 0x00279> in :0
at SMath.Control.Worksheet.ElementCreater (SMath.Control.RegionBase region, Boolean makeCurrent, Boolean batchProcessing, Boolean invalidateRequired) <0x41c009e0 + 0x0021d> in :0
at SMath.Control.Worksheet.CreateRegions (IEnumerable`1 newRegions, Boolean showProgress, LocationCorrectionMode locationCorrection) <0x41bff410 + 0x006af> in :0
at (wrapper remoting-invoke-with-check) SMath.Control.Worksheet:CreateRegions (System.Collections.Generic.IEnumerable`1,bool,SMath.Control.LocationCorrectionMode)
at ...ctor (System.Collections.Generic.List`1 ) <0x41b4a000 + 0x01d13> in :0
at (wrapper remoting-invoke-with-check) .:.ctor (System.Collections.Generic.List`1)
at .. (System.String[] ) <0x41a5adc0 + 0x001cf> in :0
[ERROR] FATAL UNHANDLED EXCEPTION: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound]
at System.Drawing.GDIPlus.CheckStatus (Status status) <0x41a9a000 + 0x00753> in :0
at System.Drawing.Font..ctor (System.Drawing.FontFamily family, Single emSize, FontStyle style, GraphicsUnit unit, Byte gdiCharSet, Boolean gdiVerticalFont) <0x41acfde0 + 0x000c3> in :0
at System.Drawing.Font..ctor (System.Drawing.FontFamily family, Single emSize, FontStyle style, GraphicsUnit unit) <0x41acfd40 + 0x0004b> in :0
at (wrapper remoting-invoke-with-check) System.Drawing.Font:.ctor (System.Drawing.FontFamily,single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit)
at SMath.Control.PaintContext.EquationsFont (Single fontSize) <0x41c05940 + 0x0007f> in :0
at SMath.Control.PaintContext.set_NormalFont (System.Drawing.Font value) <0x41c04bc0 + 0x00a43> in :0
at SMath.Control.MathRegion.GetPaintContext (Rectangle r, System.Drawing.Graphics g) <0x41c04740 + 0x000ff> in :0
at SMath.Control.MathRegion.Prepare (System.Drawing.Graphics g, System.Windows.Forms.PaintEventArgs e) <0x41c042d0 + 0x00123> in :0
at SMath.Control.MathRegion.PrePainter () <0x41c042a0 + 0x00013> in :0
at SMath.Control.RegionBase.InitLayout () <0x41c03fd0 + 0x00279> in :0
at SMath.Control.Worksheet.ElementCreater (SMath.Control.RegionBase region, Boolean makeCurrent, Boolean batchProcessing, Boolean invalidateRequired) <0x41c009e0 + 0x0021d> in :0
at SMath.Control.Worksheet.CreateRegions (IEnumerable`1 newRegions, Boolean showProgress, LocationCorrectionMode locationCorrection) <0x41bff410 + 0x006af> in :0
at (wrapper remoting-invoke-with-check) SMath.Control.Worksheet:CreateRegions (System.Collections.Generic.IEnumerable`1,bool,SMath.Control.LocationCorrectionMode)
at ...ctor (System.Collections.Generic.List`1 ) <0x41b4a000 + 0x01d13> in :0
at (wrapper remoting-invoke-with-check) .:.ctor (System.Collections.Generic.List`1)
at .. (System.String[] ) <0x41a5adc0 + 0x001cf> in :0




Hope this help...
#28 Posted: 11/12/2017 11:32:37 AM
Alexander O. Melnik

Alexander O. Melnik

127 likes in 494 posts.

Group: Moderator

Wrote


Unfortunately I can't reproduce an issue with >=. Could you please doublecheck? Version is 0.98.6523.


here you are :-)
err23.png

#29 Posted: 11/12/2017 4:03:33 PM
Radovan Omorjan

Radovan Omorjan

325 likes in 2052 posts.

Group: Moderator

Wrote

Wrote

Bumped into the problem of ODE Solvers plugin and the recent build.



Just say "Yes continue" and open the work sheet.
Done otherwise: double click on the file from it's location,
"Yes, continue" it should open the work sheet all functional.

ODE Predator Prey [rkfixed Cauchy].sm (7 KiB) downloaded 93 time(s).


Unfortunately, this will not work for me (Windows 10, 32bit)

odesolvers1.PNG
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
#30 Posted: 11/14/2017 4:14:55 AM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

2017-11-14_12-12-51.png
2017-11-14_12-16-56.png
Russia ☭ forever, Viacheslav N. Mezentsev
#31 Posted: 11/14/2017 10:01:27 AM
Arie

Arie

93 likes in 285 posts.

Group: User

I'm running Win7 64-Bit if it helps

gte_error.png
Feel free to join the SMath Studio Users Discord Channel: https://discord.gg/PayZpJW
#32 Posted: 11/14/2017 12:54:00 PM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Otherwise useful 6179

num2string.PNG
#33 Posted: 11/15/2017 6:02:43 PM
Andrey Ivashov

Andrey Ivashov

2270 likes in 3734 posts.

Group: Super Administrator

Thank you all for your comments!

Topic updated - new SMath Studio 0.98.6528 released.

New visualization approach improved again. The main change is that support of Linux restored and "more or equal" operator should be fixed now. Also, the following functions looks much better now: int(2), int(4), for(3), for(4), sum(1), sum(4), product(4), range(2), range(3). On Windows operators do not look blured anymore.

Formatting preset option will be removed from the next build ("Default" will be used as an only built-in one).

Please try and comment.

Best regards, Andrey Ivashov.
3 users liked this post
Вячеслав Мезенцев 11/16/2017 7:32:00 AM, Davide Carpi 11/15/2017 8:20:00 PM, sergio 11/16/2017 5:23:00 AM
#34 Posted: 11/15/2017 6:26:55 PM
Arie

Arie

93 likes in 285 posts.

Group: User

Can confirm fix for >= sign.

Untitled.png
Feel free to join the SMath Studio Users Discord Channel: https://discord.gg/PayZpJW
1 users liked this post
Andrey Ivashov 11/15/2017 6:30:00 PM
#35 Posted: 11/15/2017 6:41:22 PM
Arie

Arie

93 likes in 285 posts.

Group: User

Tested the rest of functions you stated. They look pretty good scaling seems much better.

Untitled.png
Feel free to join the SMath Studio Users Discord Channel: https://discord.gg/PayZpJW
#36 Posted: 11/15/2017 8:17:57 PM
Davide Carpi

Davide Carpi

1417 likes in 2873 posts.

Group: Moderator

Better

A couple of issues I still found: horizontal alignment of factorial and vertical ellipsis

2017-11-15 00_27_40-SMath Studio - [Page1.sm_].png

Broken right bracket of matrices changing font sizes (starting from 16pt):

2017-11-15 00_19_21-SMath Studio - [Page1.sm_].png


EDIT linux still not working for me

Show Spoiler

If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
1 users liked this post
Arie 11/15/2017 11:24:00 PM
#37 Posted: 11/16/2017 7:59:47 AM
gabben

gabben

1 likes in 7 posts.

Group: User



I'm having some problems with the for(3) dots being out of place, using the latest build and default formatting.

for3.PNG

Update:
Alright, so now Ive had several hard crashes when Smath is being used. Seems as if I loose the standard language / grid settings, and when I try to open settings I get this:

crash.PNG
#38 Posted: 11/16/2017 2:26:49 PM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Wrote

They look pretty good scaling seems much better.



Should work for triple as well ?

TripleInt.PNG
#39 Posted: 11/16/2017 8:07:40 PM
Andrey Ivashov

Andrey Ivashov

2270 likes in 3734 posts.

Group: Super Administrator

Thank you very much for the reports!

Wrote

Alright, so now Ive had several hard crashes when Smath is being used. Seems as if I loose the standard language / grid settings, and when I try to open settings I get this:


My stupid error. Already fixed. Sorry.

Best regards.
#40 Posted: 11/16/2017 8:09:38 PM
Andrey Ivashov

Andrey Ivashov

2270 likes in 3734 posts.

Group: Super Administrator

Wrote

Wrote

They look pretty good scaling seems much better.



Should work for triple as well ?

TripleInt.PNG



Yes, it works:
trip_int_1.png
  • New Posts New Posts
  • No New Posts No New Posts