Mathcad program
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Mathcad program
Hello,
I am writing a program and I am stuck at one place. Please help me out to solve this problem.
The Face-width formula is
8/Pitch <= B <= 12.5/Pitch
And Pitch increase by 1 number up to 10.
So pitch = 1 facewidth should be inbetween 8/(1) <= B <= 12.5/(1)
and Pitch =2 facewidth should be inbetween 8/(2) <= B<= 12.5/(2)
UP TO
Pitch =10 facewidth should be inbetween 8/(10) <= B<= 12.5/(10)
I attached the file below.
Thank you.
Jaydeep
- Labels:
-
Physics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
To repeat what Fred said in the other thread: "You need pay a bit more attention to the difference between vectors and range variables. "
See attached.
Alan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello Alan,
Can you please let me know from where I can learn more about Vectors and Range Variables.
Thank you.
Jaydeep.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Jaydeep
In Mathcad under Help->Tutorials->Feature in Depth you will see Arrays and Range Variables. This is an important concept to understand. Vectors are simple columns of numbers. Range Variables are a very powerful tool, helping us create data and sequence thru data. These tutorials will help you separate the two.
The concept of Arrays (matrices/vectors) and range variables carry over to Mathcad Prime, so your learning investment is not wasted.
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Also, this tutorial ("Mathcad: Using Vectors Instead of Range Variables") may be helpful:
http://learningexchange.ptc.com/tutorial/146/mathcad-using-vectors-instead-of-range-variables
