2D Plots

2D Plots - What am I missing? - Messages

#1 Posted: 10/25/2021 1:34:04 PM
Lloyd Snell

Lloyd Snell

0 likes in 8 posts.

Group: User

Trying to plot a variety of functions and nothing shows up in the plots.
I have 23 yrs of MathCad experience, but cannot figure out what Smath is looking for to plot three very simple function (See attached file).
Additionally, I am not sure why an equation needs vectorized to output the answers in the normal distribution equation.

Equation 1 - Normal distribution does not solve as a function until it is vectorized. Why?
Equation 2 - f(x):x^3+2*x*sin(0.25) solves without vectorization but will not plot. Why?
Equation 3 - f(x):vectorize(1/{σ*sqrt(2*π)}*e^{-1/2*({x-μ}/σ)^2}) solves with vectorization but does not plot (2D or X-Y plot method). Why?


Smath - 2D Plots.sm (15 KiB) downloaded 36 time(s).
#2 Posted: 10/25/2021 1:54:36 PM
Lloyd Snell

Lloyd Snell

0 likes in 8 posts.

Group: User

Equation 2 also needs vectorized to get the correct results.
You don't have to do this in MathCad, why here?
#3 Posted: 10/25/2021 2:35:07 PM
sergio

sergio

115 likes in 329 posts.

Group: User

You have defined a vector of values ​​for x. If you use the X-YPLOT plugin you need to change the variable. If instead you use SM native 2D graph then it already works as you expect
Solver_ZlzWlOSv41.png
sergio
#4 Posted: 10/25/2021 2:42:14 PM
Lloyd Snell

Lloyd Snell

0 likes in 8 posts.

Group: User

First Solution Found
This allowed me to plot Normal Distribution Function.
augment(x,f(x))
#5 Posted: 10/25/2021 3:13:13 PM
Lloyd Snell

Lloyd Snell

0 likes in 8 posts.

Group: User

Solved for now. On with the learning experience.
Thanks....
#6 Posted: 10/25/2021 3:13:44 PM
Renzo Choque

Renzo Choque

6 likes in 18 posts.

Group: User

Hi, if you need a quick plot I recommend you use 2D standard plot you can plot functions f(x) directly , if you need a more configurable plot use XY plot but you need to put your data in a special format. File not found.File not found.
#7 Posted: 10/25/2021 3:29:09 PM
overlord

overlord

552 likes in 1332 posts.

Group: Moderator

You don't need to use range() and augment() if you want to plot sections.
You can limit it with if-else() or cases().

Regards

plot.png
#8 Posted: 10/25/2021 3:43:24 PM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Wrote

Trying to plot a variety of functions and nothing shows up in the plots.
I have 23 yrs of MathCad experience, but cannot figure out what Smath is looking for to plot three very simple function (See attached file).
Additionally, I am not sure why an equation needs vectorized to output the answers in the normal distribution equation.


1. Show the two other ones on same document for doctoring.
2. Your sigma makes no sense !
3. BTW, in Samples you should find my Stat Treasury [10 WS]
Hard to find such immense Compendium.
4. If you can't download, please let me know
Welcome ... Jean.

Smath - 2D Plots.sm (17 KiB) downloaded 33 time(s).
#9 Posted: 10/25/2021 3:50:14 PM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

... besides the pure statistical application,
you can use to fit data sets [Fréchet US Rainfall ...]
#10 Posted: 10/25/2021 3:52:41 PM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Wrote

... besides the pure statistical application,
you can use to fit data sets [Fréchet US Rainfall ...]


There is about 24 built-in PDF in Smath ... f(x) menu
as well as CDF, ICDF
#11 Posted: 10/26/2021 7:05:13 AM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Wrote

Equation 1 - Normal distribution does not solve as a function until it is vectorized. Why?


1. Discretize the range you want and plot ... No vectorize.
2. Plot scalar directly.

Normal.PNG
#12 Posted: 10/26/2021 7:29:00 AM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Paecific.sm (9 KiB) downloaded 20 time(s).
#13 Posted: 10/26/2021 8:20:56 AM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

... in most applications inc(Low,High,step,f(#)) is preferred

Paecific.sm (14 KiB) downloaded 27 time(s).
#14 Posted: 10/26/2021 9:50:27 AM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Scalar plots have limited use, mostly confirm the project.
Discrete plot can be used for subsequent application/export.
1. Collapsed the algo at top utilities.
2. Use it infinitely in-situ use [range each f(x) at will].

AlgoStyle.PNG
#15 Posted: 10/26/2021 11:29:10 AM
overlord

overlord

552 likes in 1332 posts.

Group: Moderator

Try this file.

Regards

Smath - 2D Plots_r1.sm (17 KiB) downloaded 43 time(s).

File not found.
  • New Posts New Posts
  • No New Posts No New Posts