Dedicated forum for our customers to share, collaborate, discuss best practices.
Recently active
In the solve block there is an issue with my vectorized values where even if they are vectorized the solve block will still ask them to be in vector form.Also, for some odd reason I believe my if statement asks for a scalar result even though I am following my professors' steps in which his if statement works.Attached you will find the worksheet in question. Thank you.
Dear Masters,I would like to simplify the equation by repeating the program of the vibration analysis no repetition below using for statements, etc.The process I'm trying to do is vibration analysis repeatI want to draw the simplified graphs together on one graph, but it is not easy.Finally, I want to draw a final graph superimposed by adding five eigenfunctions. I need the help of masters.My version is Prime 6.0.
Hi! Kindly please convert the file to mcdx. Reference topic link Much Thanks... applegen
Good day. I was wondering if anyone can introduce a good tutorial and help me on how I can compile the global stiffness of this example problem in mathcad prime. I am currently studying FEA Method and still do not know how to properly mesh 2d into a single matrix. I hope anyone can help me program it. Thank you.
Dear allI got stuck in print report. because there are many variables in my symbolic equation so it cant be fit to my paper A4. for exampleif I assign : then Shear_Part(T)=..........is it possible? or do you have any method?*File attached
I am trying to get a license for Mathcad Prime 9.0. My point of contact is Jon Cooke. He is terrible at getting back in touch. Is there someone else that can help me please? Steve Turner
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)
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.
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
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.
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
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
I want to plot a smooth line (like in Excel) and found out I can use a sort of an f(x)=interp(lspline(x1,y),x1,y,x) function, but it's not plotting properly (does not cover the range of the values of x1 vector and goes outside the range on the left side of the graph). Although it plots alright with the x2 values. See attached Mathcad file.Why is it so and how can I plot a smooth line for x1 values?
Hey guys, Im new to mathcad and after searching for a while, I still didnt find the solution. I just want to solve after 4 unkowns (c1, c2, c3, c4). I have 4 equations and 4 boundary conditions, but there is a problem of the definition of my unknown variables and my functions. Can anyone help me? If yes, please correct the data I am uploading or explain to me like step by step. I am really new and just saying "you need to define correctly" wont help me. Thank you very much in advance!
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.