Dedicated forum for our customers to share, collaborate, discuss best practices.
Recently active
I am sure there is a simple solution to my question.... give the attached file, I am trying to compute the radiant energy from a fire to a target (using the point source method) and wish to turn the 2D plot into a 3D plot as a function of distance and angle from the fire. Meaning, if the fire is at coordinates 0,0, I am trying to figure out the commands for placing the target from 1 m to a given distance (in this case 121m) from the fire in any direction along the x,y coordinates and then plot in 3D.... I am sure its easy, but this rookie can't figure it out... Any assistance is appreciated.
Hi , I am trying to solve this equation and it seems it can't be solved because of both "1" from the equation. Could you please help me find what units should i attribute to that values of "1" ? Thanks.
Does anyone have suggestions on how to actually get support for MathCad? I've been trying for months (closer to a year) to fix a problem, where PTC screwed up and added our new MathCad user to another customers account, because our companies had similar names. Because he is not an admin, I can't get into their software tools, and our software does not seem to be registered correctly. Emails go months without responses, their phone system is always "experiencing difficulties" and messages left do not get a call back. Have submitted more than once case for this. This is easily the most ridiculous lack of support I have encountered. It's impossible to get a live person on the phone to fix what should be a very simple thing. Anyone have any ideas how I can actually get support for this software? Thanks! Michael
Hello Everyone I use MATHCAD15. If impedance is calculated with and without units, it will be different numbers. I am confused. Please give me advice. I attached file.
All, I'm attempting to start what should be a simple geotechnical effective stress calculation. My first step is defining a soil unit weight profile as a function of depth (z) in an efficient and robust method. In the past, I've used "if statements" to control this however they are cumbersome and not very sophisticated. An example of what I've done in the past is shown on Page 2 of the attached worksheet. On Page 1 I attempted using "vlookup", however I ran into numerical issues and precision errors due to TOL...ideally, I would like to end up with a function that is as simple as the "vlookup" approach, but with the precision of the function defined by the "if statement". Any suggestions would be appreciated...I've attempted "for loops" and "while loops" without any success. Thanks in advance!
See https://twitter.com/pjmdolI/status/1155598050959745026
Dear all, Attached is a sample mathcad sheet, where I created a push button which should write some data to an excel sheet. But if I enable evaluation, my mathcad automatically runs the script in that push button and writes data to excel file (irrespective of whether I click the button or not). The basic idea is, I would like to make lots of iterations / changes in mathcad, and once I am happy with the output, I would like to write the data to excel (by clicking a button). I wouldn't want the excel file to keep getting updated every time I make some changes to the mathcad sheet. Required output: Output(0) = "Yes" Output(1) = worksheet.name But Output(0) variable is by default, defined as "No" and I don't want it to change to "yes" unless I explicitly click the button (because I used an if statement to write file to excel). Kindly suggest changes / better way to achieve this ? Your help would be much appreciated ! Many thanks in advance, A
Unable to plot 3D graphs when the variables are linked with Units. Without units I am able to plot the graphs. While the equation is reveling out correctly and there is no problem and it results clean. Attaching the source file
I am working through this tutorial (from this site), using Mathcad Prime 3.0, F000 The thing that is driving me absolutely crazy is tha tI can't get it to solve symbolically, like the tutorial says it should. I am trying to do this problem:However, when I insert the symbolic operator, this is what happens:Why am I getting a numeric solution instead of a symbolic one? It's especially frustrating since one would thing a PTC-supplied worksheet would, you know, work.Any input is appreciated.Thanks.
Hallo guys, i have a question regarding finding a maximum value out of a matrix. I have an overlap , maximum transmissible force, NOKOK Matrix i now need to find the overlap for the maximum transmissible force under the condition "OK" The values in the matrix are only valid for "OK" For the given example the correct overlap is 0,127 mm with 649,736 kN Can anyone help me out how to determine this problem? I have Mathcad 15 Thank you Br Stefan
Wie kann man Dezimalzahlen, Dualzahlen, Oktakzahlen in Hexadezimalzahlen umrechnen und umgekehrt?
Hello everyone I can not find the solution M of the attached equation. (mathcad 15) [undefind] is displayed. Please give some advice on what this means.
Hi I am new at Prime 5.0 and I wrote a program and for the life of me can not figure out why I cant solve the moment in the spread sheet I created. Can anyone explain what I am doing wrong?
Written by David Martin for PTC You might be aware that you can drive a Creo Parametric model from a PTC Mathcad worksheet. There are actually two ways to do this: You can embed a PTC Mathcad worksheet directly in a CAD model. You can create a Prime Analysis feature. Both methods allow you to send values of dimensions and parameters from Creo Parametric to PTC Mathcad, perform calculations, and then receive dimensions back. These values can then be assigned to feature dimensions via relations, so that your engineering calculations drive your model geometry. However, did you know that you can create CAD geometry directly in PTC Mathcad? Custom functions available to everyone from the PTC Community can be used to generate 2D curves using the IBL file format, and 3D surfaces using both DXF and STL file formats. In this post, we’ll look at the 3D methods. STL Files The STL file format is an abbreviation of Stereolithography, and is commonly used in additive manufactu
Dear all, I am using the direction cosines to find angle (or rather, the change in angle) along a curve at specific points. But when the first part is a straight line, the change in angle should be zero (cos(theta) = 1.000) but mathcad is giving me cos(theta) = 1.00000000000000000000000000000000000000000000000001 or something and because of this, when I use the "acos" function, I am getting imaginary angles. Currently I just added a 10^-20 to the denominator and the problem seemed to go away (maybe). But is there any way I can avoid this altogether ? The calculation sheet is attached below. Please dont mind the extreme decimal values for the "y" variables. I am reading them from a curve and so they are like that :). Many thanks in advance ! Warm Regards, Aravind.
I When I try to open a file, it shows "The contents of this file have been corrupted". I couldn't open it and I didn't back up it before. Could anyone tell me how to recover it? THANKS!!!!
Hey all, I'm trying to implement Mathcad's integration function to calculate ground settlement using a code-based correlation. Basically, the code presents a graphical figure that I've digitized (see attached PNG) and recast as a function of soil profile and depth. The first issue arises when I attempt to integrate the function that relies on N160, which becomes asymptotic as depth goes to zero. Mathcad returns the error message "The calculation is not converging to a solution...." The second issue is when trying to integrate log(sigma_vf/sigma_vo), since the denominator goes to zero as depth goes to zero. Any suggestions? I'd prefer to keep things in functional form and simply "CTRL + SHIFT + I" (integrate) to calculate the settlement as a function of depth.
I am currently writing a Mathcad Prime 5.0 design sheet for a symmetrical three span beam. I have calculated the moments and shear along the beam and have also determined the cracked section properties. I am interested in how to include the conjugate beam method to calculate the deflection at 10th points along the beam. Has anyone written a sheet that includes the conjugate beam method as I have stated that I can use as a go-by?
I tried to create a program that can calculate capacity of a concrete column. However, I had a problem with matrixs and if/for loop. Even my input is a matrix; my output of for/if loop is a number. I could not solve that. Project is attached. I would be glad if anybody can help me and solve this.
Good day everyone, I have a matrix with test results from different kinds of tests (500 x 1000 in size). In the first 5 columns it tells which tests are done by either a true statement or nothing. For calculation I want to select specific parameters from specific columns that are only done for a specific test. To do that I think I need to filter make a new matrix where I only select all rows where a test is true. After that I can select the right colums for the parameters. I am afraid I cannot share my original file but I made a small example of what I am trying to achieve In the first matrix the first 3 columns represent the output if a certain test has been done. columns 4 to 6 represent the test outcomes I want to use for my calcylations. The 3 matrixes below are the desired output. I hope someone can help me with this.
mathcad is not plotting. last page. please help
I'm getting the variable undefined error for variable "r". Any suggestion?Variable Undefined
Dear all, I have observed that once a user unlocks an area which was locked (password protected), and saves the file, the lock status gets changed immediately for ever. Is there any way I can do something like --------------- when mathcad sheet is opened, Areas (Area1, Area2, Area3 gets minimised and locked with password "xx123xx")-------------- The ultimate best option would also include that if any Area is unlocked and opened, upon closing, it automatically gets locked again (same password). Excel VBA has something similar like Private Sub workbook_open()... Is there it's equivalent in Mathcad ? Your help is much appreciated ! Warm Regards, Aravind
Hello everyone, I'm trying to solve a system of partial differential equations corresponding to in-plane vibration of a thin plate in Lame mode. This is one of a papular resonance mode in microelectromechanical systems (MEMS) devices. An example of the displacement profile of Lame mode is shown in the attached worksheet. For the boundary conditions, the plate is fixed at the four corners, so the displacement U(x,y) and V(x,y) along x and y-axes are zero (in some references, also the center is fixed). On the sides, the normal components of stresses are also zero. Gathering all the boundary conditions, I'm still unable to proceed with "Pdesolve" routine and get the displacement and natural frequency. Could anyone make a suggestion for resolving this problem? I highly appreciate your assistance. Payman
Hello PTC Community, While using the new Mathcad Prime, I was unable to insert Greek symbols in text blocks. Is there any way to do that? Thank you.
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.