Mathcad programming
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Mathcad programming
Hello everyone,
Could someone help me figure out why the options in the outputs of m and n programs are repeating, while the program k works fine? Is there anything i should change in Bop() function?
Attached the Mathcad sheet.
Solved! Go to Solution.
- Labels:
-
Mathcad Usage
-
Other
-
Programming
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @NM_10165576
Thank you for your question.
Your post appears well documented but has not yet received any response. I am replying to raise awareness. Hopefully, another community member will be able to help.
Also, feel free to add any additional information you think might be relevant.
Best regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
The reason is Bop() function's Layer number. It makes the difference.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Yeah i got it. But what i did not understand is, why the options are repeating only when the layer is 2 or 3.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
If you only want to derete the m and n programs repeating data,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I did this already. But i just want to know the reason for the repeating values. Thank you anyways.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
The number of lines of the results depends on floor() function. If it is 3 then it makes 6*2 lines.
You can add 1 or -1 after it, then you can find the change.
