Beta: SMath Studio 0.99.7219 (07 October 2019)

Beta: SMath Studio 0.99.7219 (07 October 2019) - Messages

#1 Posted: 10/7/2019 12:06:36 PM
Davide Carpi

Davide Carpi

1417 likes in 2873 posts.

Group: Moderator

Application can be easily extended based on your needs. Built-in Extensions Manager tool allows to get access to hundreds official and third-party resources of the following types: usage examples, plug-ins, SMath Viewer based applications, snippets, interface translations, interactive books, handbooks and tutorials.

It provides numerous computing features and rich user interface translated into about 40 different languages. Application also contains integrated mathematical reference book.

Changes introduced in current build 0.99.7219

Improvements

  • Arial made a default font for Text Region.

Corrections

  • Changing font Familty and font size for several selected Regions fixed;
  • Fixed exception happens on some environments when rendering font names in font selector;
  • Fixed issue related to empty Descriptions on file open;
  • Select All supported inside embedded Regions now.

Miscellaneous

  • Worksheet files layout updtaed to be supported by earlier SMath Studio versions;
  • The following functions allows to calculate 0^0 now: sum(4), product(4), eval(1);
  • Situations with unwanted change of font options fixed.

Download

SMathStudioDesktop.0_99_7219.Mono.tar.gz (1 MiB) downloaded 948 time(s).

SMathStudioDesktop.0_99_7219.Setup.msi (2 MiB) downloaded 3839 time(s).

If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
8 users liked this post
Radovan Omorjan 10/7/2019 12:13:00 PM, NDTM Amarasekera 10/7/2019 12:27:00 PM, sergio 10/7/2019 12:46:00 PM, frapuano 10/7/2019 2:52:00 PM, Dionysios J. Pantazis 10/7/2019 3:34:00 PM, Ryan Freund 10/7/2019 5:20:00 PM, Вячеслав Мезенцев 10/7/2019 5:48:00 PM, Arie 10/8/2019 1:12:00 PM
#2 Posted: 10/7/2019 6:05:48 PM
Ryan Freund

Ryan Freund

19 likes in 339 posts.

Group: User

This is great, thank you.

A few comments:

It would be nice to set the default text. If I change it, it will not remain as the default.

The default font size now changes correctly, however it remains shown as 10 (graphically) in the ribbon.

When using the "show description" feature. The text returns down a line when using " or ' characters.

Edit:

I don't think the font style of "descriptions" can be changed.
#3 Posted: 10/20/2019 1:57:56 PM
overlord

overlord

554 likes in 1333 posts.

Group: Moderator

Wrote

I don't think the font style of "descriptions" can be changed.



I use monospace characters in my documents; so I stick with courier new, fixedsys, typewriter fonts. New created description texts in 7219 always have Arial font and it can't be changed. I need to copy and modify a variable from earlier versions which has precreated description text.

And font can be changed to anything with a text editor like notepad.
#4 Posted: 10/22/2019 5:03:52 PM
zackchen

zackchen

0 likes in 11 posts.

Group: User

I think solve function cant solve with unit,who can help me?

1111.png

Test about solve.sm (5 KiB) downloaded 72 time(s).
#5 Posted: 10/22/2019 6:15:16 PM
manolo

manolo

8 likes in 9 posts.

Group: User

Try this:
2019-10-22_23-09-17.png
#6 Posted: 10/22/2019 6:19:06 PM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Why not work maths as they exist from the cave man, i.e: unitless ?

Solve Unitless.PNG
#7 Posted: 10/23/2019 6:07:38 AM
sergio

sergio

115 likes in 329 posts.

Group: User

You can also use FindRoot from the NonLinearSolvers plugin, well documented, for details, in Martin Kraska guide

sergio

SMathStudio_Desktop_DQ22SWXtHX.png
#8 Posted: 10/23/2019 1:07:58 PM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

GivenFind.PNG
#9 Posted: 10/23/2019 4:22:24 PM
Martin Kraska

Martin Kraska

1222 likes in 2150 posts.

Group: Moderator

This is the version with the Maxima plugin:

solveunits.png
solveunits.sm (7 KiB) downloaded 68 time(s).
Martin Kraska Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
1 users liked this post
sergio 10/24/2019 4:23:00 AM
#10 Posted: 10/23/2019 4:35:41 PM
zackchen

zackchen

0 likes in 11 posts.

Group: User

Wrote

Try this:
2019-10-22_23-09-17.png



in this way, I need install maple?
#11 Posted: 10/23/2019 4:37:04 PM
zackchen

zackchen

0 likes in 11 posts.

Group: User

Wrote

Why not work maths as they exist from the cave man, i.e: unitless ?

Solve Unitless.PNG



I am try to solve EQ with unit. Thank you too!
#12 Posted: 10/23/2019 4:39:40 PM
zackchen

zackchen

0 likes in 11 posts.

Group: User

Wrote

You can also use FindRoot from the NonLinearSolvers plugin, well documented, for details, in Martin Kraska guide

sergio

SMathStudio_Desktop_DQ22SWXtHX.png



Thank you! this way is very good. But I find another problem.

1.png

Test about solve.sm (6 KiB) downloaded 63 time(s).
#13 Posted: 10/23/2019 5:10:47 PM
Martin Kraska

Martin Kraska

1222 likes in 2150 posts.

Group: Moderator

FindRoot performs implicit assignment to x.
Therefore, you have to Clear(x) before you can solve for x again. Just as demonstrated in the Maxima example above. There, the solution is assigned explicitly using Assign() from the Maxima-Plugin

See Interactive Handbook> Function Index> Assign or Solve
Martin Kraska Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
#14 Posted: 10/23/2019 6:05:54 PM
zackchen

zackchen

0 likes in 11 posts.

Group: User

Wrote

FindRoot performs implicit assignment to x.
Therefore, you have to Clear(x) before you can solve for x again. Just as demonstrated in the Maxima example above. There, the solution is assigned explicitly using Assign() from the Maxima-Plugin

See Interactive Handbook> Function Index> Assign or Solve



thank you sir. I solve my problem!
#15 Posted: 10/24/2019 8:52:58 AM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Wrote

I solved my problem !


Read carefully the attached.

Solve Given_Find [System Demo epsilon].sm (25 KiB) downloaded 68 time(s).

#16 Posted: 10/24/2019 11:09:03 AM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Wrote

Read carefully the attached.


Read even more carefully the attached.
All in all: Smath solvers has solved all Mathcad 11 great projects.
The bugger in Smath FindRoot is 'ε'
i.e: needed or detrimental [detrimental in attached Butler].
To make it clear, Mathcad Given Find is Mathsoft proprietary.
It has no competition in difficult applications.
Some projects toke weeks, from brain storm collaboration.
Cheers ... Enjoy Butler.

Solve Given_Find [CO2_6179].sm (34 KiB) downloaded 73 time(s).



#17 Posted: 10/24/2019 12:48:45 PM
Radovan Omorjan

Radovan Omorjan

325 likes in 2052 posts.

Group: Moderator

Wrote

Wrote

Read carefully the attached.


Read even more carefully the attached.
All in all: Smath solvers has solved all Mathcad 11 great projects.
The bugger in Smath FindRoot is 'ε'
i.e: needed or detrimental [detrimental in attached Butler].
To make it clear, Mathcad Given Find is Mathsoft proprietary.
It has no competition in difficult applications.
Some projects toke weeks, from brain storm collaboration.
Cheers ... Enjoy Butler.

Solve Given_Find [CO2_6179].sm (34 KiB) downloaded 73 time(s).





Hello Jean,

It seems something is wrong here. Results seems to be doubtful and I think epsilon is missing as a third argument in FindRoot()

missing.png

If I add it

added.png

Playing with the fourth argument will give

added.png

Moreover, roots() will fail

rootsfail.png

Regards,
Radovan
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
#18 Posted: 10/24/2019 5:54:18 PM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Wrote

Hello Jean,
It seems something is wrong here.


Quite right Radovan, many things don't cut the mustard !
1. "roots" fails in your version, but superb in my native SS 6179.
2. "epsilon" deteriorates the solver in this FindRoot application.
3. The system reacts like proportional/commutative wrt reactants.
What matters is the balance [Alkalinity] 0.0000012
sounds pretty good to me ? Should revisit the paper problem,
Reference: Butler, Carbon Dioxide Equilibria, Prob. 2-11, pg 41

Butler.PNG



#19 Posted: 10/25/2019 9:58:44 AM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Wrote

Reference: Butler, Carbon Dioxide Equilibria, Prob. 2-11, pg 41


I could not retrieve the very original.
Here is something.
https://www.isws.illinois.edu/pubdoc/CR/ISWSCR-171.pdf
  • New Posts New Posts
  • No New Posts No New Posts