PTC Mathcad is Engineering Math Software That Allows You to Perform, Analyze, and Share Your Most Vital Calculations.
Recently active
I am using Mathcad Prime Release 8.0 and Datecode8.0.0.0I just moved from Prime 5.0 to 8.0, and some integrals (symbolic calculation with units) no longer calculate: while it tool a couple of minutes only, the orange disk turns infinitely without success.I'm wondering whether I made a spelling error due to new engine, but I cannot find the solution.
i need this application for education
I am trying to use the free 30 day trial for the prime version so I dont think I have the product code since I technically didn't purchase anything.
Hi I need to use Newton algorythm with prime. I write algorythm step by step. I don't know prime correctly to make a program for iterative loop. I need to make 10 loop max, and i want to program break when: - iterative loop over 10 or - Error control match with range value Ec I need to enter manualy first step x0 I need to enter nanualy Error_control Ec Please, can you help me to write NR with program in prime. Thanks in this capture: find root for f(x) function with NR algorythm
When using the Application Programming Interface (API) for C#, only .net framework 4.8 is supported. This version is getting quite old. i.e. released 2019When will the C# API support .NET 8? Is this in the pipeline of future updates for MathCAD Prime
MathCAD Prime 10 only supports Net48 for the API. Which future version will support net8?
I have an ascii text data file that has 3000+ lines of information. I am attempting to extract some values from the first "column" of a group of lines near the end of the file. The lines are bracketed by known labels. I have attempted to do this using the READFILE command in the following approach: FileDat := READFILE("path to file", "delimited", 1, [1,1])startline:= match("Data Starts Here", FileDat) + 1endline:= match("Data Ends Here", FileDat) -1data:= READFILE("path to file", "delimited", [startline, endline],[1,1],1) I have two questions:1) Is there a way to match the full expression, including spaces, in the data file? Right now, it is not matching the "Data Starts Here" - it is only getting the first word "Data". I can correct this by putting underscores in the expression to be matched, and in the data file, but that is a less desirable workaround. 2) I note that the first "READFILE" generates an array (FileDat) that pulls in the first column (or first word o
I am using an include statement to include calculations and values from a reference sheet in my main Mathcad document. Is there a way to get access to variables defined in the parent document in the reference document? For example, if I define a variable called "mass" in the parent document, and then I have an expression in the referenced document that multiplies mass by 2, as in: double_mass := mass * 2, will that work? Right now, I am only able to use variables in the reference sheet that have been defined in that sheet. I do note that functions and variables defined in the reference sheet are available in the parent sheet following the include statement, as expected.
Hi folks, I'm looking to do some quaternion rotations, and wondering if anyone has anything set up for this in Mathcad prime? Seen some posts that have it in regular Mathcad but can't manage to get them to work when converted. Thanks in advance,Stuart
Hello, I can't solve my problem. I opened a programming block and inserted a matrix to make it faster instead of clearing equation by equation. The values I want to have are A_x and so on. I give M as input data. Help
The attached MC14 file is looking for a limit. The result should be -pi^2/8. My attempts failed. Only with the help of good old derive did I manage it. How does this work in MC14?
I m a student and i receive on email a sw_license_email.dat for mathcad but it does work
I had a copy of Mathcad Express on a computer got infected and we had to wipe the drive. I use it to read and review Mathcad files. I would like to download it again on my new computer, but when I go in and try to do that the system wont let me download it again. What do I need to do?
Hello All,It's just me with one thing after another. And now my trial version of 10.00 don't work.I get an error message its attached.It's about a file edidebug.dll which is not seen as friendly by Wins 11 smart Protection!PTC and MS got conflicts!So, anyone who knows about this please enlighten me before I start believing in conspiracies and paranoia, Thanks. Regards,Karl.
I am using Mathcad Express 10 to calculate the stress and deflection of components under a specific load case. To avoid having to create a copy of the calculation for each component, I want to perform the calculation using vectors and matrices simultaneously for all components and their values.Unfortunately, I don't have access to the full version of Mathcad so I can't use any programming.However, when I switch the calculation to vectors, a problem occurs that I cannot solve. I have created a minimal example, see attached file.There are three vectors (v1 - v3) which all have the same length. The length of the vectors results from the number of different components to be calculated and is not fixed but can change. Therefore, the solution must work with any vector length.What I am trying to achieve: I need the maximum values of each line from the vectors for the calculation later on. The resulting vector then has the maximum value from all the first rows of the vectors in its row 1 and s
Hello, I'm working in Mathcad Prime 10 I am struggling to get a solve block working. I'm attempting to calculate a grid convergence index based on a published guidance document, and it requires an iterative approach which I thought could be executed by a solve block. I'm receiving various errors (see one in the image below) depending on what I try. I have attached my current workbook. Thanks for any help you can provide.
I have downloaded (twice) the Mathcad 10 for the suggested Host ID and Mathcad still states:License Status: Invalid & License Type: No License and when Mathcad is opened Çreated with PTC Mathcad Express'.Please note I have a ''PTC Mathcad 15 Student Edition – Perpetual License'which came with Mathcad Prime 3.1. I am unsure where i could download Mathcad 15 and the only option appears to download Mathcad Prime 10.Any advice how I can get any version of Mathcad up and running would be greatly appreciated..RegardsDave
Buenas noches comunidad, tengo un problema en una interpolación. lo que estoy bucando es encontrar un Q que sea constante (interpolación). Gracias por la atención. Version de Mathcad Prime 9.00
The installation process will inexplicably stop in the third step, making it impossible to select the product to be installed.
Hello Everyone, From: How to Fill Surface the Blue Curve ? Thanks in advance for your time and help. Regards.
Hi, I am creating a calculation report in Mathcad Prime 9 and I was wondering if it's possible to create a cover page that would not have the header that the rest of the document has. So far, I have not succeeded therefore your help is more than welcome! ThanksRegards,Alex
ich habe eine lizenz und will es auf einem anderen gerät installieren aber da steht lizenz bereits erworben
Helloi have an equation. lets saybut if i have less arguments i want to do a different operation, lets say:(of course defining the expression like this will say that it was already previously defined)I dont want to create a new equation with different name. how can I modify my original equation to understand that the missing argument is null the closest i have reached is using an IF operator and checking if the other arguments are 0something likeif z = 0 and y = 0 return xif z = 0 return x * yelse return x * y * z then I need to wrinte something like this --> F(5, 5, 0)if the ecuation is more complex i dont want to write 0 on the argument i would like just to writeF(5, 5) and the equation should understand that Z is missing so just do x * y hope you could help me
Hello Is there a way to get shown a the formula behind a value. For example: If i define value for "e" = ((250/2)-(250/3)) = 41,67 is there a way to show the formula when later in the dokument i want to use the value "e", but i want to show how it was determined? when i try to show it now it only shows e = 41,67? best regards AJ
HiI have tried to create a program that calculates a function for each value in the vector, but the result is not being saved for each loop. What am I doing wrong? Thanks for your help.
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.