Dedicated forum for our customers to share, collaborate, discuss best practices.
Recently active
for a range variable k an assignment variable cannot be set, Kindly help, see the attached worksheet please. Kind regards
Hello All,In the attached Mathcad-P10, I am creating a function to calculate the torque values at different x values. It is giving me an error for some values. I appreciate any assistance. Regards,Sam
Hello, Everyone. From : So the question is : Is there a reason for : " max( ) works and min( ) doesn't " ? Thanks in advance for your time and help. Best Regards.
How can I add conditional formatting to Mathcad sheet similar to what is available in excel? I was envisioning formatting the output of a Boolean equation using Mathcad. As near as I can tell, there is nothing in the Mathcad Prime 11 help that leads to some form of conditional formatting.
Hello Everyone.From : (view in My Videos) To :Solve , maximum of area of triangle_ACD ?Thanks in advance.Regards.
Hi, Having some challenges with advanced controls in Prime 10. I have attached the worksheet for reference. Would appreciate any suggestions or work around. Listbox height is not fully resizing with font size. Some white space is left when resized to minimum height. If text boxes are arranged vertically, the dashed line around selected textbox overlaps significantly on adjacent text box. Bit of context.. Recent reluctant mover from Mathcad 15 to Prime 10. We do a lot of team collaboration, so we used to use Mathcad 15 worksheets as templates letting the testers to access only input and output sections of the Mathcad worksheet to test the multiple product models before fine tuning them. so, it's critical to fit as many list boxes and text boxes in input section. We are trying this out in Prime 10 and seeing basic challenges compared to Legacy version.
I would like some help to develop a loop in Mathcad that returns x-axis offset distances between intersection points of two curves based on the y-values of the respective curves. The attached Mathcad Prime 11 file contains the details and a fuller explanation of this request for assistance.Note, this is a follow-on from an earlier post titled "Mathcad Intersections and Discretized MatrixData". A link to this earlier discussion has been included at the top of the attached file for convenience.
Hello Everyone.From : How to simplify the above ? Thanks in advance. Regards.
A challenge from Facebook, and one of the (wrong) answers. My solution is in the closed area. Have some fun.
I would like some help to develop a loop in Mathcad that appends each intersection point between a piecewise linear curve and a set of straight lines, to the piecewise linear curve matrix. The attached Mathcad Prime 11 file contains the details and a fuller explanation of this request for assistance.
I started my college years using Mathcad 11, and I still use it after two decades. And for many reasons: I know its plus and minus points (more plus than minus).Once upon a time, I could integrate it with Excel and other software.It is reliable overall: no crashes or file corruption.It saves space and memory: in 100Mb of HDD and a few dozen Mb of RAM, it does what other mammoth software (including the following versions of Mathcad, not to speak of Mathcad Prime) do.I always kept an eye on the PTC community to look at the reactions to Mathcad Prime's evolution. I think I am not alone in still using the Classic Mathcad (if not v.11, it will be v.15). I am interested mainly in Calculus (so symbolic math solutions), Matrix Algebra Simulations, and a few Statistics. At the same time, I am not interested in integrating Mathcad to other PTC software.Is it worth moving to (or trying) Mathcad Prime v.10? Given the above interests, how is it compared to t
On one particular calculation, I get a red box"System Error: Item has already been added. Key in dictionary: "Key being added: " Anybody have any insight?
I've been doing a bit of revamping my Mathcad Express worksheets to Mathcad Express 11. As part of this activity, I've updated my library of timing functions to reflect the way I've been using them. For example, timer1(f,a) used to return both f(a) and the time it took to evaluate f(a); now, it just returns the time taken, whilst timer1n(n,f,a) executes f(a) n times. For those of you with prior versions of Mathcad, here are the timing function definitions: Here is a good example of how writing recursive algorithms should be done with care, fib vs Fib. And here's a graph showing just how much worse the difference in Fib's performance gets as its input argument n increases. The timing functions are in the first Area in the attached Mathcad Express 11 worksheet (to make it easier to copy them to another worksheet or include them in a template). The utility of such functions is also evinced in: https://com
Hello Assuming you have a matrix defined, is it at all possible to use (part of) this matrix to create the choices available in a "Basic combo box"?More explanation:I use READEXCEL to read a table from an Excel file, and get a matrix with column headers in the first row, and some other identifier in the first column. Can I put this matrix into a combo box, so that the user can select the relevant row for further calculations?RegardsHallvard
My string library defines three different representations of a string, two of which should already be familar: the string and the vector of character codes. The third type is the vector of characters. In the following, "str" indicates a string, "vec" indicates a vector of character codes, and "chr" represents a vector of characters. For example, chr2str indicates a conversion from a string to a vector of characters. chr2str itself is relatively quick, even for long strings. chr2str0 has the limitation of hitting Mathcad's recursion depth limit. chr2str2's use of folding over concat, however, is proving somewhat slow once the string length increases to above about 20,000. The challenge is to define a faster recursive variant of chr2str. Where the dependencies are as shown below (except the timer functions, which are in an Area at the top of the attached Mathcad Express 11 worksheet). Stuart
I'm using MathCAD 9.0.0.0. I laid our 2 sets of 3 equations. One set is using variables. The other set has the values plugged straight in. The set with the variables should equal the set with the values because the values are the same, but they don't and none of them equal the correct answer. What should happen is...Rx=Rx=-22Ry=Ry=211.5R=r=213My MathCAD program is written to follow this example...This is how my MathCAD program looks...Ignore the 25 degrees and the 75 degrees in the diagram. This is a homework problem altered to match the example problem so I can test to make sure it works before plugging in the values for the homework problem. Also, I'm interested in fixing the "values" problems Rx, Ry, and r. I only created those to figure out why my variable problems Rx, Ry, and R aren't working. Attached is my program. Thanks, Brent
I'm using MathCAD 9.0.0.0. I'm not sure why I'm getting the wrong answer. The calculation should be...R = 329.687 N...but I'm getting...R = 108695.156 NIs there something wrong with my settings? Thanks, Brent
Does anyone know why the attached issue is occurring? It seems that when you run units of feet, there is some kind of internal rounding error.
I'm using MathCAD 9.0.0.0. How can I use MathCAD to solve for theta? Below is the screen capture of what I have written so far. Attached is my MathCAD file. Thanks, Brent
Hello, I'm trying to draw 3D spline go through 5 points defined by matrix "a" .After defining matrix of x range, y and z, these three matrixes are not able to be combined by "augment" function.Are there any way to combine these three xyz matrixes? or any other way to plot xyz?
I'm using MathCAD 9.0.0.0. Attached is my program. I need to find theta. Theta should equal 32.6 degrees. How can I get MathCAD to solve for theta? Thanks, Brent
Hello,I'm using a worksheet in Mathcad prime 11 with the pwrfit function to interpolate the curve of electronic components.Since I like working with units in Mathcad, I slightly modified the interpolation coefficients to include units.Solve this kind of equation, but with the interpolation VPROT = F(I). I is the resultMy goal is to solve a function that uses this interpolation. The solve function doesn't work, but I can find the solution for a single point using a solve block and the Find function. Could you help me to solve the solve function 🙂 Thank youSee attached file.
Hello community!I request your help with the following: I want to enter a matrix into a larger one.I’m working on assembling a global stiffness matrix of a structure (truss)I have defined the matrices of each element. The matrix of the element is 4x4, "i"= 1 to "n", n: number of elementsI have an auxiliary matrix that defines in each row the degrees of freedom associated with each element. For example row 1 contains the degrees of freedom of element 1 and so on. I named this matrix GDL What I want is for Mathcad to grab the matrix of each element and place it in the global matrix at the positions corresponding to the columns and rows that indicate the row of the auxiliary matrix GDL. For example the stiffness matrix of element 3 must be placed in rows and columns numbers 1, 2,5 y 6 of the global matrix.I understand that once the correct routine is created I would have to use a FOR cycle to do it for each element. But at the moment I’m trying to test with only one element&nbs
I am currently using the free trial version (EXPRESS) of Mathcad Prime. After converting a file created with the old Mathcad using the "Input/Output" XMCD converter menu, I opened the converted file and tried to copy and paste a table from Excel into the original table, but it is not reflected. During the conversion, a message "To maintain the numerical results of the input table, the table has been converted into a matrix" was displayed. Is this the cause? Could you please tell me the reason and the solution?
The Mathcad functions matrix, CreateSpace and CreateMesh have a few limitations that led me to create alternatives. One set of limitations is that the x (& y) ordinates they use are restricted to being linearly spaced (unless using a mapping function in CreateSpace and CreateMesh). This often proved a nuisance, so (way back in Mathsoft Mathcad v11), I wrote replacements for them that allowed me more control over the x & y coordinates. Secondly, Mathcad doesn't have a vector counterpart to the function matrix. A simple enough thing to implement. And, bringing us up to date, CreateSpace and CreateMesh are Premium functions in Mathcad Prime, thus unavailable for Mathcad Express. With the latter in mind, and noting CreateSpace's use in a recent thread, I thought I'd cobble together a worksheet showing one possible Express implementation of the functions vector, matrix, Vector, and Matrix (the latter two being replacements for CreateSpace and C
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.