PTC Mathcad is Engineering Math Software That Allows You to Perform, Analyze, and Share Your Most Vital Calculations.
Recently active
I'm trying to install Mathcad 14 on my new Windows 11 PC. I've filled out the license information requested at: https://support.ptc.com/appserver/lm/mathcad/call_logger/callLogger.jsp. After filling in the information and submitting it, the page says I should receive an email response within 2 hours, and if I don't that I should contact PTC. It's been nearly 4 hours now and I've not received an email.Thank you.
Step-by-step installation instructions for Mathcad Prime 11.0
Hi! First of all... I'm kind of a n00b in Mathcad so please bear with me. I am writing a sheet thats supposed to calculate resisting moment in concrete slab using vectors and matrices and some code blocks. Or I didn't write it... Google AI studio did 😕As you can see in the attached image and the attached file I', getting "Undefined variable" when trying to visualize the matrix, wich accoring to Google should work. Further down it will result in i a table the for export to Excel.As I'm pretty lost, and Google cant fix it (neither do ChatGPT) can you spot the error(s) 😉 I'm using Mathcad Prime 10.0.1.0 Best regards,Fredrik
General use for calc
Hi I would like to understand the solutions for the below queries raised by a user. Appreciate your help. Aligning of text boxes and formula boxes.Array for various values for same function.How to use if command to state design is safe or not. Usually, we need to green highlight if the design is safe and red if not safe.To add graph for considering various values and array and another function. Like SFD, BMD etc.Setting company standard template for page formatAdd calculation template for similar repeated calculation.Drop down menu similar to Excel.We are finding difficulty in adding unit as %Can we import more symbols such as “therefore”; “similarly”;How to add border for text box or important formula box.Adding table for various values for one function & how to Vlook-up from it?ThanksNaresh
I attached my MathCAD 9.0.0.0 file.The correct answer for the 1st part is...If , I get the wrong answer...If I remove the "min" units , I get the right answer......I don't know why it's doing that, but worst case, I can live with that. The 2nd part answer should be...However, it won't calculate the answer...There might be a problem with the variable Ct because before there was a box around just that variable in the equation. Now the box is around the entire equation.
i bought 11.0 and now i cant install it
Hi there , I have created this combi table ( the sheet is attached ) I want to use the result in a easy program .. like if the shape is square use this equation if not use the equation for round piles can you help me to do so? the easier program the better Thanks in advance
I'm writing a report in Mathcad Prime 11 and have an Excel file as appendix at the end of the Mathcad worksheet. The Excel file has been generated from within Mathcad and uses inputs defined in the body of the Mathcad worksheet.What I would like to do is globally define an output from the Excel file so I can use/reference it in the body of my report higher up in the worksheet than the Excel file.I have no problem defining an output and using it in the worksheet BELOW the Excel file, but I would like to know if there is some way of defining an output and using it ABOVE the Excel file. Is this possible?Thanks
I purchased Mathcad Prime 9/14 and still not received the Fulfillment letter.Cleverbridge reference number is 514884616Please send me the Fulfilment letter
I'm trying to stack two matrixes into a single text file. Screen shot of what I would like is in the file. Between the two files is a user defined combination of letters and numbers. obviously, the top For loop is not working right. There also seems to be an extra space in front of [INFO] in the text file. And there is an undefined character at the end of each line of the top matrix.
Hello everyone, Why is the mean function not giving me the average of my data? Am I doing it wrong?
HelloI am a newbie with regards to MathCAD in general and the Checkbox functionality in particular.Running MathCAD prime 11.0.0.0I just wonder if there is a convenient way of generating an array of checkboxes so that one make it simple to can "click on all that apply".Hope this is not too trivial..RegardsHallvard
I'm trying to install Mathcad 14 on a new, Windows 11 computer. I know that it is a really old version, but it works extremely well for me and I don't have funding to upgrade. That said, when I run the license set up (after installing Mathcad 14), I get an error message: The remote server returned an error: (403) ForbiddenAny help at all would be much appreciated. I'm sort of lost without Mathcad (I use it daily).Thank you.
Does anybody know the correct code for reading out matrix content with JScript in MathCAD when loading it through the API? This is the MathCAD simplified example in MathCAD Prime 11. This is the code in the button: Reading a matrix value like this works excellent when loading the Matrix as a normal input variable without API. Other API functions works fine, like for instance Worksheet.Output.GetValue("EampleNumber").RealResult
I have the excel in that some type are there for e.g. frame size and its W,A etc. is there, I am trying to create this in Mathcad when I type the frame name it will automatically shows the all parameters related to that how this is possible in Mathcad for this I am using lookup function if anyone done this in past or have any suggestion how to achieve this pls comment on this I also attached the sheet and excel file.
I have a mathcad 14 file made by someone else and I am having difficulty to get it to calculate properly I select 'Calculate now', 'Calculate Spreadsheet' and 'Automatic Calculation' and none of them actually seem to calculate. For a colleague it seems to work and we were unable to find the reason. for example, my colleague gets a plot here perfectly and I get this: what could be causing this? the file is attached
We have created this technical tip to help Mathcad users Install software on own. This is a one stop shop for Mathcad software users to get information ranging from - Software Download, Installation, Licensing, Error's Troubleshooting to General queries related about the product. This is just a start - We'll keep enhancing this page, as we tend to capture issues or when someone shares his/her findings. Mathcad Download How and from where to Download Mathcad Prime Trial or Express Edition From Where to Download Mathcad for Single User Account or for Student Edition Mathcad Downloadable for Prime Version 11.0 Download Installer for PTC FlexNet License Server Manager Mathcad Installation Step by Step Installation Procedure for Mathcad Prime 8.0 Express Edition Step by Step Installation Procedure for Mathcad Prime 9.0 Step by Step Installation Procedure for Mathcad Prime 10.0 Step by Step Installation Procedure for Mathcad Prime 11.
Hi, How do I install the XMCD/MCD converter on PTC Mathcad Prime 10? Is the only way to uninstall and reinstall Mathcad and select the extension? This is on a work computer so is there any other way to install it without doing that? Thanks
The MathCAD code generated by Chatgpt is pasting as text instead of Math input, and due to this issue it need to be manually typed in MathCAD. Is there any solution exist for this issue.
Once upon a time, when a whiteboard was bitten by a radioactive spider and mutated into Mathcad, I wrote several sequence generation functions. One of these functions was integers(a,b), which, given integers a and b, generated a list of consecutive integers between a and b, inclusive. Whilst updating my library of such functions to Mathcad Prime 11, I was emboldened by the idea of handling real a and b. Now, I could have gone the restrictive route and treated non-integer arguments as errors, but I decided to go with the flow and see if I could give some meaning to real inputs. All went swimmingly in my imagination - just restrict the output of the function to those integers lying between a and b. Until I thought about it for a few moments and realised that wouldn't work for certain cases - see the bottom of the screenshot below. Any ideas for how integers should handle such cases to give "meaningful" results? Or am I
Hello everyone, I hope you are doing fine!I recently calculated soil friction resistance force along subsea pipeline using Mathcad Prime 9.0.0.0.However, when I was inserting chart components to visualize the force along subsea pipeline, I got the message "This value must be real." in the chart component.Can someone please help? I attached the full calculation below.
how to write this variable in PTC Mathcad prime?
Umzug Mathcad 14 auf neuen Computer mit Windows 11. Die Lizensierung gelingt nicht. Die Eingabe in der Tabelle mit Volume ID C: 4030-3E50 oder 40303E50 wird nicht angenommen. Auch die versuchsweise Eingabe der physikalischen Adresse des Computers führt nicht zum Erfolg. Woran liegt das und was ist zu tun?
Hi 🙂How can I solve this equation f(a,b) = 0 ? Orange plot - f(a,b), grey plot is zero surface, so as you can see orange plot intersects grey plot 4 times, so there should be 4 solutions. Root() works fine, but by this method I have to change manually guess/initial values. Is it possible to get all solutions together for ex. in a matrix ?
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.