Dedicated forum for our customers to share, collaborate, discuss best practices.
Recently active
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.
I have created function in mathcad 15 and I get an error message. I have checked all arguments, non of them is matrix or vector, just variable with single number. Maybe I am not allowed to define the same variable in the same function as I have done with Ie2_hs? Thank you in advance for any help and advice. I will attach mathcad file next time if needed.
Hello PTC Community, I have recently moved from Mathcad15 to Mathcad Prime 5.0.0 and I have been facing issue in finding the "background fill" option for text blocks in the prime version. I wanted to know if there is any way to give a background color to text blocks.
hi, I am new using mathcad prime, I have a couple of questions that I would like to help me. I'm sorry for the writing or if you do not understand what I write, my English is basic.I was working the next function (see attached image) I would like to add the value of ΦPn_max and 0 to the end of the result of the functions ΦPn and ΦMn respectively, so that the graph closes with the y axis
Anyone happen to know a mathematical equation that would represent data like this (an s-curve in a log-log plot)? Excel attached. Thanks!
Hello PTC Community, I am working on mathcad prime 5.0.0 and I have been facing an issue regarding the unit conversions. As you can see from the screenshot attached ('scrn1'), I have explicitly defined a variable "MGR" to have ft.lbf unit but when I print / display it, the units are automatically converted to its base units. A possible work around is to 'forcefully' change the units in the block where I have printed the result (refer to scrn2 and scrn3). However, I have not been able to find a permanent fix. I would appreciate if anyone can help me out. Thanks.
Hi Everyone,I have been using mathcad for some time but it is not until recently i started trying the Given / Find functions.However, every time i try it, it gives me "This variable is undefined" error right after i enter the Find(...) command and hit the "=" button.I even tried to follow the quick sheet in the tutorial/help document and it is still happening.Could someone help me out?Greatly apprecitated!Alex J
How abysmal is the PTC support structure. We have paid for a Mathcad license but haven't been able to use it due to the lack of information and support to get the license.dat file. Just chuck an email with some txt and that's job done! WRONG!! Try and call them and you get ' sorry our office is now closed, hours are between 9 - 5pm' when ringing the UK Support at 15:51 !! We have paid for a product where I can get no support on it !!
Hi all, We have license server running a floating Mathcad license and as i understand it, it is possible to install Mathcad Prime and Mathcad 15 and perform a file conversion. We can start Matchcad 15, no problem, we can start Mathcad Prime, no problem. Currently though, any attempt to convert ends in a license prompt : Invalid Host (see attachment). And ideas? Thanks in advance.
Dear all, I need to plot multiple functions in a singe graph but ideally would like to plot each of them in their own range. For example, x = 1 to 10, y(x) = sin(x) x = 5 to 15 g(x) = cos(x) x = 50 to 65 k(x) = (sin(x))^2 But if I try to plot all 3 graphs in a plot (x ranging from 1 to 100), I get 3 long curves (basically all 3 plots from 1 to 100). Is there any way I can curtail them ? I can do it using plot_(x) := | plot(x) if x > 1 (ctrl+&) x < 10 | NaN otherwise But is there a faster / smarter way to do this ? Also, does mathcad have a plot function command (for ex; like matlab) ? I also have a variable for the number of graphs I need to show in a plot (for example, it need not be 3 like shown above, but 4 or 5 or 2 depending on user input). Currently I am planning to put 20 (safe estimate) graphs and setting the values to "NaN" if the value does not ex
I use Mathcad 15 and when I tried to insert excel file: From menu Insert and choose Data and then File Input In File Input window I choose Microsoft Excel Browsing file location and ticked use relative file path And then pressed button Later and went to another window In the field Worksheet when I opened list it was nothing there It was also nothing at field Named Range How can I chose Worksheet from excel file when I got nothing to select? Maybe Mathcad does not see excel file? Any tips or advice? Any help will be welcome. Thank you in advance
hello, I want to simulate a program such that two conditions must meet at the same time to run the program. I saw Mathcad does not have a "and" statement. Please help me out with this. I have attached my file. My version is prime 4.0. Thanks, Faisal
HiI have this set of UV data . I want to first fit a beseline to this set of data and then calculate the integral with regard to that baseline .i don't know if mathcad can do it , and if it can ,How?!?!?!
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.