Dedicated forum for our customers to share, collaborate, discuss best practices.
Recently active
This is a clarified follow-up to a previously solved question. The new objective is to compute the soil wedge area, weight, and centroid (CGx, CGy) behind a retaining wall using the mathematical approach described in the attached Mathcad files, and input data is already explained in the attachment. I am using Mathcad Prime 11. Any help would be appreciated.
I got a new pc with windows 11 home and with an intel core i7 ultra. I installed mathcad prime 10.0.0.0 with the license from my university in denmark. When trying to export or save the document it crashes. I have tried contacting my university IT-support but they say they cant help because they dont work with the program. I have read on forums that updating to the version 10.0.1.0 solves the crashing problem. Unfortunately my university does not supply license to that version. What can i do?
Hi everyone,I’m trying to determine whether Mathcad Prime can symbolically or numerically solve:• a single 3rd-order (cubic) polynomial, • a simple system of four linear equations with four unknowns.Are there built-in functions or recommended workflows for this in Mathcad Prime, Any examples or best practices would be appreciated.Thanks!
Our team kept running into issues and frustrations with converting large quantities of MathCAD Prime calculations into PDFs ready for engineering submittals. Too much time was wasted with monotonous tasks or tools that didn't work right.We built an app that lets you drag and drop 100+ MathCAD Prime calculations and batch-publish them to PDF. You can even choose to get individual PDFs or a single binder at the end with all files combined. We even built in a progress bar with estimated time remaining, an error log for troubleshooting, and, best of all, background processing. This means that instead of losing time while files are being published to PDF, our team can start the process and continue using MathCAD Prime on other calculations.This is a tool that we would have purchased if it existed, but since it didn't, we built it ourselves and figured we'd share it with the community. Link below if anyone's interested. Happy to answer any questions. https://ssellc.gumroad.com/l/mathcad
We're thinking of using MathCAD Prime. One of our key requirements is to be able to programmatically print MathCAD Prime files to PDF (i.e. with no user interaction). I know this is possible with MathCAD 15 (you automate printing to PDF from the commandline with MathCAD 15 by adding the "-p" option after the executable and before the filename), but I cannot see how to do it with MathCAD Prime. I've been looking through the API documentation: https://support.ptc.com/help/mathcad/r7.0/en/index.html#page/PTC_Mathcad_Help%2Fmathcad_and_automation_api.html%23. It says that you can print MathCAD Prime worksheets, but I cannot actually find this documented anywhere.Please could you let me know how to do this, either from the API or from the commandline?Thanks for your help!
Hi everyone If a have a nested matrix like this one below and I want to exclude the first row of each small matrix in the original one How can I do that , when I try (submatrix function) it excludes the first matrix , but I want to exclude the first row of each matrix by the way my ORIGIN =1 I'm expecting the answer to be like (X sub ) in the second picture Thanks Yusra
Hi thereI have a problem with this function . The issue is R is a cumulative value so the R2=R0+R1> R3= R0+R1+R2 and so on... I wanted to implement that in this function but an error ( must be a vector ) shows Is there a way to fix this or to write it differently Thanks The sheet is attached prime 11
Hello, I'm trying to generate a 3D curve from a table or matrix of (X, Y) values along with a vector Z, which contains one value for each (X, Y) pair with Mathcad 11.0.I tried using createmesh, but without success. Do you have any suggestions on how to achieve this? Thank you for your help. Update : Added Excel file to import the matrix.Update : Link to the mathcad file Emilien
Hi,I am having few issue with plotting transfer function:Bode plotHow to make line more obvious in the low frequency area?How to get ride of #4 zone of the plot, it doesn't have anyI cannot plot phase plot, and i don't know why, please.Attached is what i have done.
We often deal with mathcad calculations that are 100 pages or more. These can be unwieldly to navigate and check especially for those that did not develop the mathcad calculations. One thing that could greatly improve the formating of mathcad would be to have the ability to have something like the tabs in an excel sheet. Another way to do this would be to have the ability to have chapters or sections that could be tabbed through. If it was done with chapters or sections, there could be a table of contents page with links to each section. I know that mathcad had the ability to hide calculation regions but this is not nearly as user friendly. This is a wish list item that I think would really improve the user interface for many users.
Hi! I tried to find older discussion related to rainflow counting algorithm and found some but unfortunately they lead me to new problem. I used some program created by Ian Ward and was able to create workbook for my needs. But for some reason it doesn't always work like it should. Problems occur with some initial data and are related to the array index, I believe. Please find two identical calculation sheets attached with different initial data in embedded excel file. The file "Rainflow Cycle Counting A" works fine but the "Rainflow Cycle Counting B" does not. Can someone advice what is the problem, please? And another question, at the end of the calculations I have another embedded excel file to combine the rows in matrix that has identical values in the first column. For example, if I have values 3, 3, 3 in the first column and corresponding values of 2, 4, 6 in the second column, I would like to have them added so that I have row: [3, 12]. And this should be don
Hi there What is the difference between ( match) and ( lookup ) function in mathcad prime 11thanks Yusra
Hello, I am trying to use an IF Statement to check one vector against another. I would like to return the same value into a vector or an altered value depending on if the one vector's value at a row is above 0 degrees. I have tried replacing Theta_0 with the value of 0 deg. Either way I am getting an error that says the value must be a scalar. Could someone help me figure out how to make this IF Statement function properly? V/r,Devin
Thanks in advance for any input. I am somewhat new to Mathcad Prime. I have generated a range variable sigma_t. when i use this in an equation H(sigma_t):= it does not compute and gives the "this variable is undefined" error. I cannot for the life of me figure out what the issue is and what i can do to fix this. assistance would be greatly appreciated!
Good Afternoon, Community,Would anybody be kind to help on how to program the Roof Live Loads tributary area as one function to take care of column or can I do this in Comb in Mathcad Prime. Please see attached. Thanks,.Olu
How do I remove empty rows at the end of the second drop-down menu when selecting "steel" in the first drop-down menu?
Hi, Then I overwritten values for t1 and t2 and test variable result was updated with the new values of t1 and t2: Then I disabled t1 and t2, but the test variable remained unchanged. Why t1 and t2 did not took value 2 and update the test variable result with 4?
Hello All: I have encountered some strange behavior with the new "vec()" function in Mathcad Prime 11. An example of this is shown in the screen capture below. In trying to plot a complex function (the volume of a sideways cylindrical tank), the old way with a "range" for the h in this example gives the correct results (determined independently of Mathcad). However, the h created by the vec() function yields very different results in this instance. I tried other simpler formulas [e.g, sqrt(2*R*h-h2)] and the results were satisfactory and both results matched. But as I started fleshing out the equation with more terms, the behavior diverged as per the example below. The other terms, when isolated, produce satisfactory results. Only the term shown below in V2(h) presents strange behavior. More still, expressing V2(h) differently (e.g., algebraically rewriting the expression will create still different but, likewise, still w
Hello All, Has the Math software Wolfram become a competitor to Prime in terms of Engineering value? In Prime going back 10 years or so, I used simple loops to get my calculations done.Which these loops are basic to Mathcad and Prime.I have not known Prime for a programming language rater symbolic programming for loops etc.I have come across Wolfram very often when I need something to calculate on the spot using the internet. Thru that I have recently learnt that it is quite impressive.You can set a grid worksheet and have its color light green too like Prime/Mathcad sheets.So, for me that is some cause of an attraction or pull to Wolfram.Especially considering the price.And it is loaded with a full programming language. Tell me am I missing the serious engineer deep thoughts on this?Your comments are appreciated. Kind Regards,Karl Bogha.
Hi everyone,I have a plot in Mathcad and would like to export the underlying data to a .txt file.What is the recommended way to extract the data from a graph and save it as a text file?Thanks in advance for your help!
Hello! Is it possible to do the following:I have two matrices, say 5x1, but want to perform computation using 4 elements of both matrices. In other words I want to omit one row (value) form the computation. The result will be vectorized. Best regards,Sergey
Hello!. Please, help with the following issue: I have defined two matrices and use them in equation where they are being multiplied. By some reason I get only one value instead of an array. If I define the one matrix ("k") as a variable, then the computation goes on, as it should, and I get an array. What I am doing wrong?
It would be very useful if Mathcad supported a column-based or region-based document layout for engineering calculation sheets. In traditional calcpads or formal calculation reports, calculations are often arranged into clear vertical sections, for example: "Reference / Code clauses / Assumptions""Calculations""Results / Output"At the moment, Mathcad provides a single continuous canvas with free placement of text and math regions. While the grid helps with alignment, there is no way to define fixed columns, regions, or containers that keep content aligned consistently. A typical example:On one horizontal “row”:Left: a short text description (e.g. Bending stress)Middle: the actual formula and calculationRight: the applicable code referenceCurrently this requires manually placing and adjusting multiple text and math regions, which becomes difficult to maintain and easily breaks when edits are made. It would be beneficial to have something like this implemented as it&n
Hi, I created a file in Mathcad Prime 8.0 and I'm sharing with my client who is using Mathcad Prime 7.0. But he's unable to open due to compatibility.Can anyone help me out please on how to create a file that can be opened in Mathcad Prime 7.0 as well.
Hi everyone, I'd like to ask whether it is possible to hide the display of the z-expression/z-axis in a 3D plot? I have attached a picture and marked the area in green to show what exactly I want to hide. Thanks for your thoughts!Uwe
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.