Dedicated forum for our customers to share, collaborate, discuss best practices.
Recently active
Nothing to do with Mathcad, but I know some of you enjoy a good challenge. And I'm stumped. Here's the situation: Two circles of different diameters, one vertically offset a distance e from the other. Vanes of thickness t are centered in the smaller circle. The vane are 90 degrees from each other. What are the top and bottom colored areas? I'll gladly take any hints on how you'd do it.Thanks!
Hello,I want to calculate dynamic deflection of the worm in a worm drive. The formula given in my book does not seem to work in Mathcad Prime 3.0.In the book there is no multiplier (*) printed after tan^2 and cos^2. There is just empty space. I did change the formula around in all kinds of ways.I put tan inside parenthesis like (tan)^2, or (tan^2*(gamma+Q)), or (tan(gamma+Q)^2) but nothing works.What do I do wrong?Thanks maurits
HiI have one small problem with Mathcad plots. Mathcad plots my function only in part of it insted of filling whole XY plane. I attach my mathcad file as an example. What can I do for the plot to be bigger?
When I load a matrix up with al reals the |A| or det(A) works fine and returns the value. If I add a +1i or any imaginary number to an element, the |A| or det(A) returnb 0. This frustrating since I have programs that use this alot for filling arrays in a linear systems problem.
The menu items under the Math / Regions are all grayed out. Is this the correct behaviour?
Electric circuit
Hello, dear community!I am trying to solve issue with MathCad and stuck. It is calculate wrong and I dont know why.If someone could help me, i will be very grateful!See attached spreadsheet.Best Regards,Aidan
Hi, I need assistance debugging a program to build a Z-score table with the intention to reproduce in Mathcad a z-score table very similar to the one that we could create with an excel spreadsheet. This just for fun!See attached files.Thank youjuan
An old topic, but still. Mathcad and Mathcad Prime skill assessments: https://proficiency.ptc.com/Mathcad 15.0 Basic - This set of questions tests your proficiency in using the basic Mathcad 15.0 functionality: https://proficiency.ptc.com/?c=209Mathcad 15.0 Advanced - This set of questions tests your proficiency in using the Mathcad 15.0 advanced functionality: https://proficiency.ptc.com/?c=210Mathcad Prime Basics - This set of questions tests your proficiency in using the Mathcad Prime basic functionality: https://proficiency.ptc.com/?c=211Mathcad Prime Advanced - This set of questions tests your proficiency in using the Mathcad Prime advanced functionality: https://proficiency.ptc.com/?c=212
Attached are the Mathcad 14-15 worksheet and input data file used to generate the "Transit of Venus 2012 June 5-6" animation (video) that I posted on February 2, 2012. This is an astronomically rigorous calculation based upon accurate geocentric ephemerides of the Sun and Venus. If you have not heard about this astronomical event elsewhere, surely you will, for two reasons! Because (1) this is the last transit of the Sun by Venus that anyone now living is likely to ever see. The next pair of Venus transits will occur on 2117 December 11 and on 2125 December 8. And (2) it will be easy to observe (weather permitting) as well as rare. All you will need is an inexpensive pair of "eclipse glasses," or you can construct a "pinhole camera." But telescopic observation is also possible, with a full-aperture solar filter. So check out the worksheet and video and be watching your local news media as we approach the month of June 2012. CAUTION: Never look directly at the disk of the Sun without ap
Hello,I would like to know if it is possible to calculate a derivative of an array in Mathcad without fitting a function to the data set. A have an expression of a form: sigma(x,y):=A*F,x(x,y), where A is a constant, and F(x,y) is a function of x and y which is defined with a data set/array (data imported from Finite Element Analysis). I would like to calculate a derivative of F(x,y) with respect to x. Best regardsRafal
I have Mathcad Prime 3.0 installed and have a floating CU license, but maintenance has expired in 2014. I was issued a new license to remove the expiration dates, but still when I open Mathcad Prime, it only opens express. Any ideas what might be going wrong?
Hello Guys,i got a question, maybe im doing something wrong but....When i try to use the function boxplot(Data) the Q1 and Q3 are wrong. But the Median is right.Example:Q1 = 1.25 and Q3=3.75BUTQ1 should be 1.5 and Q3 should be 3.5, am i wrong?Q1= (1+2)/2 = 2.5 and Q3=(3+4)2=3.5If you want to see it in Mathcad, its in the AttachThanks and regardsSamuel
"Failed to configure license for PTC Mathcad Prime 3.1: '.', hexadecimal value 0x00, is an invalid character. Line 6, position 1."This is the error message I always get whenever I try to configure my license for Mathcad 3.1, or any other kind of Mathcad product. I will even put up a random file name and it will give me the same message. Please help
Hello Everyone. 1i*ln(1/[e^pi]^1i) simplify ==> -pi and 1i*ln(1/[e^pi]^1i) = -pi simplify ==> 0 ( Could apply "simplify" in this case ? ) Thanks in advance. Regards.
HiI have seen a few conversations about plotting 3D meshes in Prime using plot 3D. There is a very good discussion where a ply file was used to generate a dolphin mesh. I cannot comvert this to a Prime format and the ply file format is missing.What I want to do seems simple but for whatever reason, Mathcad cannot simply plot a 3D wireframe based on the start coordinates of a line and the end coordinates of a line.It seems that it is only possible to draw a continuous 3D line from a plot.I understand for instance CreateMesh function creates a mesh for format in the 3Dplot but it looks like the mesh edges have to be continuous.This seems crazy. I have tried collapsing or using the same node coordinates of node 2 for matrix entries for third and 4th nodes but that does not seem to work.I understand Mathcad uses quad faces/facettes. So, I had thought if I collapse three edges to form a single line and feed the format of the quad face into 3d plot that would work but it doesn't.How ca
Dear all,I would like to solve a plate in the figure by solve system of differential equation IN MATHCAD 15 (1 for the internal plate and 1 for the external plate/ring).Can anyone help me? I know the various boundary condition but I don't know how can I set it.Best regardsStefano
Will MathCad Prime 4.0 support subscripts and superscripts in text (without resorting to workarounds). Mathcad 14 and 15 did it elegantly.Thanks
How do we without?
Hello all,I have two questions regarding the use of the 2d interpolation function:As you can see in the attached file, I cannot display the x-axis in the right way.How can I use the fit function for the get the results from an input array?Thank.you very much!Enrico
Hi, guysI want to plot the function:f(x,y) = x^2 + y^2 +x*y - 3600, bounded with f(x,y) <=0;Just like the graph shown below:The figure is plotted with ezplot in Matlab.function a=elp1(x,y) a=x.^2+y.^2-60^2-x.*y;endfigure(1)h1=ezplot('elp1',[-90,90,-90,90]);So far I haven't figured out an alternative in Mathcad that can do this.Could you help me with some ideas?Thank you very much!BestShawn
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.