How to add a subscript m with values m=1,2,3... but also function of y
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
How to add a subscript m with values m=1,2,3... but also function of y
Im am trying to solve an exercise with Levy's theory for plates which is a Single Sine Series. As it is described in the books, i have to use a load pm(y) , with m=1,2,3,...M, but as a function of y. I will try to illustrate it in the following figure and also i will upload the file that I'm trying to create. It is in Mathcad 15.
I hope i'm clear enough because it is a bit difficult since i don't have it clear enough myself, unfortunately.
- Labels:
-
Other
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
It is not a solution?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello Drilon,
just to elabortae on Valerys solution: as heshowed, all you have to do is to define m as a vector (single column matrix) and pass the vector elements over to your function p(m,y). The vectorize function (arrow above the function p(m,y)) ensures that the function is evaluated elementwise.
Regards
Raiko
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Yeap.. it works this way. Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Look at the attached sheet.
Since p(x,y) is a constant value that depends on y, it can be extracted from the integral. That integral then has values that depend on the value of m, but it can be evaluated as a function, not an integration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you Fred..
