Function and for loop

Function and for loop - Messages

#1 Posted: 11/5/2019 12:52:13 PM
hanskl

hanskl

7 likes in 158 posts.

Group: User

Hi guys.

I have come across an obstacle that I have not managed to find a satisfactory solution to. I am sure the problem is easy for the experts here, but the solution completely eludes me.

I want to make a function to plot bending moments caused by an eccentric load.

My aim is to make an equation/function that can plot a continuous bending moment diagram, while being able to scale how many loads is acting on the member.

Thank you for your time.

Best regards,
Hans Kristian.

snip.PNG

test.sm (106 KiB) downloaded 34 time(s).

#2 Posted: 11/5/2019 4:43:53 PM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Do you mean a function that will represent M(x)... up to 100 ?
Certainly from selecting representative support points !

Plot.PNG

test (3).sm (108 KiB) downloaded 31 time(s).
#3 Posted: 11/5/2019 5:14:42 PM
hanskl

hanskl

7 likes in 158 posts.

Group: User

Wrote

Do you mean a function that will represent M(x)... up to 100 ?
Certainly from selecting representative support points !

Plot.PNG

test (3).sm (108 KiB) downloaded 31 time(s).



Hi Jean,

I want a function that will represent M(x) where the eccentric load P will be divided into n equal loads which are spaced out evenly along the length of the member.

Does that make sense?
#4 Posted: 11/5/2019 6:33:47 PM
Martin Kraska

Martin Kraska

1222 likes in 2150 posts.

Group: Moderator

saw.sm (7 KiB) downloaded 26 time(s).
saw.png
Martin Kraska Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
#5 Posted: 11/5/2019 6:42:15 PM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Wrote

Hi Jean,

I want a function that will represent M(x) where the eccentric load P will be divided into n equal loads which are spaced out evenly along the length of the member.


I guess it makes sense, that stuff is not my cup of tea.
You mean the 100 lines is typical of eccentric load model but
each one will be of different parameters [your conditions] ???
Big project in view Captain !
We have a utility that divides a range in N equal spaces>
That will make some lines longer/shorter as per the how those
loads appear on the beam.
Do you have some material from else source ?

#6 Posted: 11/5/2019 6:47:15 PM
Martin Kraska

Martin Kraska

1222 likes in 2150 posts.

Group: Moderator

Now with proper scaling

saw1.png
saw1.sm (5 KiB) downloaded 37 time(s).
Martin Kraska Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
#7 Posted: 11/5/2019 6:57:54 PM
hanskl

hanskl

7 likes in 158 posts.

Group: User

Wrote

Wrote

Hi Jean,

I want a function that will represent M(x) where the eccentric load P will be divided into n equal loads which are spaced out evenly along the length of the member.


I guess it makes sense, that stuff is not my cup of tea.
You mean the 100 lines is typical of eccentric load model but
each one will be of different parameters [your conditions] ???
Big project in view Captain !
We have a utility that divides a range in N equal spaces>
That will make some lines longer/shorter as per the how those
loads appear on the beam.
Do you have some material from else source ?



The application for this sheet is going to be on sandwich concrete wall panels where the weight of the exterior non-bearing layer of concrete acts on the interior bearing layer. The actions to consider are N and M.

In practical application, N will be split into 2-4 equal loads, but I wanted to make a framework that could split the load into n parts, just for fun.. :d
#8 Posted: 11/5/2019 7:02:01 PM
hanskl

hanskl

7 likes in 158 posts.

Group: User

Wrote

Now with proper scaling

saw1.png
saw1.sm (5 KiB) downloaded 37 time(s).



Thank you Martin, this is exactly what I am looking for!

Although your expression is both much simpler and much faster to compute, it does not look anything like what I had in mind.. Goes to show I have so much more to learn when it comes to SMath!

Cheers!
#9 Posted: 11/5/2019 9:47:57 PM
Alvaro Diaz Falconi

Alvaro Diaz Falconi

992 likes in 1674 posts.

Group: User

Wrote

Now with proper scaling



Just for show why the Martin solution it's correct:

int.gif

Best regards.
Alvaro.
#10 Posted: 11/5/2019 10:39:50 PM
Martin Kraska

Martin Kraska

1222 likes in 2150 posts.

Group: Moderator

Wrote


Thank you Martin, this is exactly what I am looking for!

Although your expression is both much simpler and much faster to compute, it does not look anything like what I had in mind.. Goes to show I have so much more to learn when it comes to SMath!

Cheers!



The approach was purely phenomenological, i.e. to reproduce the plots, no matter what they mean. The idea was to combine a sawtooth function and a linear term (slope). There are many options to get a sawtooth, the modulo function being just one of them. Others are round(), Floor(), Ceil()... The remainder was guessing the coefficients in a heuristic trial and error fashion.

Martin Kraska Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
#11 Posted: 11/5/2019 11:03:41 PM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Wrote

Although your expression is both much simpler and much faster to compute, it does not look anything like what I had in mind..


That great scaled saw tooth plots on the canvas wrt 'x'.
You then have to subdivide 'x' to imitate your first document.
The attached utilities are general rather than specific to
your project. You can fabricate whatever for purpose.
Stay in love with Smath ... don't hesitate for +.
Cheers ... Jean

Utilities Discrete Algo Range INTERVALS.sm (29 KiB) downloaded 39 time(s).
Utilities Discrete Algo Range INTERVALS Application.sm (29 KiB) downloaded 34 time(s).
Utilities Discrete Algo Range INTERVALS Parts 1234.sm (84 KiB) downloaded 43 time(s).

#12 Posted: 11/6/2019 6:50:02 AM
hanskl

hanskl

7 likes in 158 posts.

Group: User

Wrote

Wrote

Now with proper scaling



Just for show why the Martin solution it's correct:

Best regards.
Alvaro.



Interessting. I have tweaked Martins equations - now n represents the number of loads, not the number of segments between loads/supports.

Any idea why the integral gives me this result? Also, my integral is 10x the value of yours.

Best regards,

Skjermbilde.PNG
#13 Posted: 11/6/2019 6:51:22 AM
hanskl

hanskl

7 likes in 158 posts.

Group: User

Wrote

Wrote

Although your expression is both much simpler and much faster to compute, it does not look anything like what I had in mind..


That great scaled saw tooth plots on the canvas wrt 'x'.
You then have to subdivide 'x' to imitate your first document.
The attached utilities are general rather than specific to
your project. You can fabricate whatever for purpose.
Stay in love with Smath ... don't hesitate for +.
Cheers ... Jean

Utilities Discrete Algo Range INTERVALS.sm (29 KiB) downloaded 39 time(s).
Utilities Discrete Algo Range INTERVALS Application.sm (29 KiB) downloaded 34 time(s).
Utilities Discrete Algo Range INTERVALS Parts 1234.sm (84 KiB) downloaded 43 time(s).



Interesting stuff.. I will have a closer look at that when I have some spare time.

Cheers :d
#14 Posted: 11/6/2019 6:53:18 AM
hanskl

hanskl

7 likes in 158 posts.

Group: User

Wrote

Wrote


Thank you Martin, this is exactly what I am looking for!

Although your expression is both much simpler and much faster to compute, it does not look anything like what I had in mind.. Goes to show I have so much more to learn when it comes to SMath!

Cheers!



The approach was purely phenomenological, i.e. to reproduce the plots, no matter what they mean. The idea was to combine a sawtooth function and a linear term (slope). There are many options to get a sawtooth, the modulo function being just one of them. Others are round(), Floor(), Ceil()... The remainder was guessing the coefficients in a heuristic trial and error fashion.



I thought that might be the case.. Anyways, it was purely to illustrate what happens when n approaches infinity, and your solution worked wonders for that!

Thanks again
#15 Posted: 11/6/2019 10:56:55 AM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Wrote

Any idea why the integral gives me this result?


Smath native Simpson integrator ranges from:
1. Exact only few trivial cases.
2. Acceptable but depending upon Options/Calculations/Int. acc
set 1000 in your example.
3. Native Simpson may be TOTALLY useless.
Sooner or later, units system collide in the wall.

Discontinuous integration is poison in the soup.
Master tool box has done all difficult projects
except ONE ... The Inverse_Z transform.

Cheers ... Jean

Integrate Discontinuous [min(x)].sm (8 KiB) downloaded 34 time(s).
Integrate Discontinuous_1.sm (24 KiB) downloaded 31 time(s).
Integrate Discontinuous.sm (31 KiB) downloaded 29 time(s).
Integrate Discontinuous_2.sm (132 KiB) downloaded 33 time(s).
Integral 00000000 MASTER ToolBox.sm (476 KiB) downloaded 38 time(s).
#16 Posted: 11/6/2019 5:50:35 PM
hanskl

hanskl

7 likes in 158 posts.

Group: User

Wrote

Wrote

Any idea why the integral gives me this result?


Smath native Simpson integrator ranges from:
1. Exact only few trivial cases.
2. Acceptable but depending upon Options/Calculations/Int. acc
set 1000 in your example.
3. Native Simpson may be TOTALLY useless.
Sooner or later, units system collide in the wall.

Discontinuous integration is poison in the soup.
Master tool box has done all difficult projects
except ONE ... The Inverse_Z transform.

Cheers ... Jean



Thanks again Jean.. I am baffled by the knowledge you guys possess here on the forum!

Best regards,
Hans Kristian.
#17 Posted: 11/6/2019 8:32:03 PM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Wrote

Thanks again Jean.. I am baffled by the knowledge you guys possess here on the forum!


At least, two of us are old kookoo from Mathcad.
Smath learning curve has not revealed asymptotic.
Two versions of the 3D rolling Torus.

Rotate Torus [Ber7 20170922].sm (20 KiB) downloaded 33 time(s).
Rotate Torus.sm (44 KiB) downloaded 28 time(s).

#18 Posted: 11/7/2019 6:01:13 AM
hanskl

hanskl

7 likes in 158 posts.

Group: User

Wrote

Wrote

Thanks again Jean.. I am baffled by the knowledge you guys possess here on the forum!


At least, two of us are old kookoo from Mathcad.
Smath learning curve has not revealed asymptotic.
Two versions of the 3D rolling Torus.



It took my computer about 3 minutes to compute this sheet..
  • New Posts New Posts
  • No New Posts No New Posts