Re: Quaternions Rotation in Mathcad Prime
0
You may attach one of the Mathcad sheets you'd like to use here so we can see why the converted version doesn't not work. Maybe we can help making it work OK.
Community Tip - You can change your system assigned username to something more personal in your community settings. X
Community Members
45,292+Solutions
165,636+Topics
You may attach one of the Mathcad sheets you'd like to use here so we can see why the converted version doesn't not work. Maybe we can help making it work OK.
1. q() is a functon and should be defined outside solve block.2. ln() is a function and requres (postive) arguement.3. "Parameterize" solve block with guess value to get p.4. Use function q(p) to get q. Prime 10 file attached.
Simply add a vector index "m" when defining v.var BTW, you may want to have a look at @LucMeekes toolbox of functions for Prime Express Prime Express...A joke
This month’s challenge is based on magnetism. Create a Mathcad worksheet to answer any or all of the following:Basic Challenge: What is the magnetic field strength of 15 Ampere current in a wire at a distance of 0.25 meters?How many turns of wire w... View more
Hello, I am using Mathcad Prime 10.0.0.0. On sheet 3 I am trying to call in column 2 (via data[i,2] in the first IF statement) which has a text name for the value. If the value equates to something in my IF statements, I want my program to calculat... View more
hi @LucMeekes I am passing array of equations into an ArrayAnd then want to get this function in the form of matrix like below wherein A is the Matrix, which I want to pass to reference calculation worksheet, which is called within main worksheet.It... View more