PTC Mathcad is Engineering Math Software That Allows You to Perform, Analyze, and Share Your Most Vital Calculations.
Recently active
Is it possible to add horizontal and vertical grid lines that are, very often, seen in graphs? PTC Mathcad's plot has no lines - as default. I don't see anything in the Plots ribbon that makes these lines appear. The original Mathcad had the ability to add horizontal and vertical lines onto the graph. I did find markers that could be added in PTC Mathcad - but, I could only delete one of these makers. After deleting the first marker the "delete marker" button became gray and therefore stopped functioning. Now, I'm stuck with three markers on this plot. I'd like to be able to delete all of these markers at will - if at all possible. see screen capture. EDIT: This is how I'm adding a plot to MathCAD PTC: Plot > Insert Plot > XY Plot(see second screen capture)
Hello, my company has bought 4 student licences for MathCad. I have created an account and am trying to download the software but keep getting the message 'Our records indicate that your company does not have a current PTC Global Support agreement' and the SON is not associated with customer number, can you assist please. I have tried clearing my web browser cache etc but nothing is working.ThanksAndy
Hi, I'm trying to move my license to a new host ID. I am now in the software deinstallation agreement but even I keep pressing "I agree" nothing happens. The agreement window doesn't close and doesn't proceed to the next step. Please help. Thanks
Dear forum In Euler-bernoulli theory, I am solving numerically the frequency and mode of the problem in which both ends are supported by springs in the vertical sagging of beams. Through this, the mode of the continuous beam is intended to be represented as a picture.In the paper for reference, the angular frequency was calculated using MATLAB's system variable 'K' and "Inline function". MATLAB from reference.reference) Impacts of various boundayr conditions on beam vibrations. Ye Tao, 2015My code is as attached. I need help on how to implement this with MATCAD. When trying to implement using MATHCAD in the same way, it is difficult to solve the equation using a function and find each solution as the number of frequencies increases. Inquire about how to apply the function to this.
I am trying to install 30 day trial of Mathcad from my company server, but when I click on "acquire license" it shows the error "program ID already expired". How can this be resolved?
Hi, I have purchased a student version Mathcad Prime 9 Student Edition License. (If you give me your e-mail I can send you the the proof of payment).I cannot install the software on my computer; If it is already installed on any machine, please delete it so I can install it on my machine. So please allow me to install the software on my machine.Thanks.
HelloI need help at activating mathcad prime 9.0. I get the following error:21.11.2023 14:28:19 : Die Lizenzanfrage ist fehlgeschlagen.Requesting MathcadPrime ...C:\Users\JKU\Downloads\sw_license_email_344350.dat: (-5) No such feature exists.I guess this is because the license is from mathcad prime 3.1 and i try to activate 9.0.Can I use the new version with me license? If not can I get an installer for 3.1?
Hi! Can you please help with my corrupted prime 9.0 file?
I change the code example because I need get value from a matrix.I already got "MatrixResult" from MathCAD but only columns and rows count.how could I get value from matrix result with JS? thx in advance! var fileSystemObject = new ActiveXObject("Scripting.FileSystemObject"); var mathcad = new ActiveXObject("MathcadPrime.Application"); mathcad.Visible = true; mathcad.Activate(); var worksheet = mathcad.Open(fileSystemObject.BuildPath(dirScript,"xxx.mcdx")); worksheet.SetTitle("Title from JS Script"); outputs = worksheet.Outputs; countOutputs = outputs.Count; firstOutput = outputs.GetAliasByIndex(0); var val = worksheet.OutputGetMatrixValue(firstOutput); msg("error code " + val.ErrorCode + val.MatrixResult.Columns); // here need to be changed! var element = new ActiveXObject("MathcadPrime.IMathcadPrimeOutputResult"); element = val.MatrixResult.GetMatrixElement(0, 1, element); msg("value" + element.RealResult)
Hej I have Mathcad 8.0.0.0 the problem is that every time I type in my license it works, but after a random time it disappears. then I have to type it in again. I have tried getting a new license(didn't work), I have also tried reinstalling, mathcad, but I still have the problem. does anyone have a clue about what I can do? it says this every time the license disappears lincese status: invalid license type: no license
I am trying to generate n samples of size m from the uniform (0,1). I am using runif(1,0,1) in the loop. Please see the attached file. Thanks
hello, I saw on your webside that you provide free student version for uni students but i was not able to actually find how to apply for this so i would like to ask how to apply for free student version
Good afternoon I was trying to re-install Mathcad 15 (purchased 2012?) ... when I purchased new computer approx 5 years ago...I didn't have much success re-installing using "downloaded Setup (mathcad_15_0_EN_M010_Setup.exe file....so I just used my Mathcad 14 disc version. Currently ... I have another computer and ...instead of deleting install program "stuff" ... I thought I would try once more. my product code is: MP010201EA6466-743K-3FKX On PTC.Setup - Mathcad 15.0 (M010) setup screen ,... I get to screen that says "select Product to be installed" with options to select "Mathcad" or "PTC Liscense server" When I select "Mathcad" i get error message : You are running Windows XP, but do not have Service Pack 2 (SP2) or higher installed ...etc... this is a minimum system requirement for Mathcad15.0 M010 please upgrade your system. I am running windows 10
Hi When I do double logarithmic plotting (and maybe also single) the trace sometimes disappears when a scale the axis. Very frustrating!!Thomas
Hello, sorry, I have to ask some beginner questions:1. I want to use the f'(x) notation but it seems that this is not possible. Mathcad is unhappy "variable not defined" about the f'. The function f(x) as such is defined. Is there a trick? 2. I want do document some functions without defining variables. For example "slope = (f(b)-f(a))/(b-a)". Once more Mathcad wants to force me to define b and a. But that doesn't make sense in my case since I just want to document the concept and not do an actual calculation. I use a text box with a inside calculation box to get the mathematical notifications. I feel deeply sorry that I have to bother you with probably very simple questions. 🙂 Kind Regards
I cannot figure out a way to solve equations in Mathcad 9.0.0.0. I have tried going through multiple tutorials text and video for hours and unfortunately cannot for the life of me figure out how to type it into mathcad. Any help would be appreciated.
Is there a way to set the Mathcad language? I'm German and have a German Windows system and would like to use Mathcad in English with English spelling checks. Is that possible?
What do you think the curve should be f(x). See please this too https://community.ptc.com/t5/Mathcad/Euler-spiral/m-p/912205#
Is there any way I can prevent mathcad from multiplying both numerator and denominator here? This isn't a simplification I'm looking for, it messes up my further calculations.
Hi, I'm trying to get a set of data in a form where I can copy and paste it into a another application. It is two columns of data. The first is a range variable. The second is a calculation on the range variable.I've tried to get the two columns of data into an embedded Excel Component but just can't see how to do it. Getting confused between ranges versus vectors/matrices.Is there a way of converting the range variable into a vector?Any help would be much appreciated. I thought if you can see the indices, it is a vector/matrix? Dave
帳戶突然沒有權限可以開立案件維護,詢問管理者並沒有做任何調整 Translated by the Community Moderation using Google Translate ----------------------------------------------------------------------------------------------- The account suddenly does not have permission to open a case for maintenance. I asked the administrator but no adjustments were made.
Hello all. I am not new to Mathcad but am new to matrices and evaluations. What i am trying to figure out is how to tell Mathcad Prime 9.0 to automatically select incrementing rows from a previous matrix for use in an formula. Please see the attached screenshot from a manual. I can define the E matrix without issue, but am lost after that. I have tried setting n = 0 and ORIGIN = 0, but that doesnt do what I need.
This isn't urgent, I'm just curious here, but in the attached Prime 8.0 file I'm plotting an offset circle in steps from 0° to 360°. When I reduce the resolution by going to 10° steps I get the interesting figure on the right. Why is that happening?
I want to find the variable Ag but can't export it as cm^2. Am I doing something wrong?
The real-valued function f(x) and its differential quotient df(x)/dx are given. In MC14, this differential quotient for the symbolic value u has to be calculated symbolically. What is the syntax for this? I ask for help.Kind regards, Alfred Flaßhaar
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.