Dedicated forum for our customers to share, collaborate, discuss best practices.
Recently active
I want to use equation C in next way:i=number of A membersPerform C with first member of B and the whole vector A until i+1st member of A becomes lower than i-th member of A. After that, perform C with next B member and continue with A until the same thing appears. In the end I wish C in the form of matrix which will include every calculation which should be 4x4 matrix. Thank you!
I have created the below set of equations, however the solution for the definite integral should be Joules, not Watts. I have shown a solution for QdotDOOR to show that I am getting the correct units at that point. Can anyone advise where I have gone wrong? For reference, I am trying to find the heat transfer through a door over a 15 minute duration.
Hi,I took one of the equation from this topic https://community.ptc.com/t5/Mathcad/Newton-s-method/m-p/949155#M211771 I see that Solve Block does not give all the solutions of the system equations only by trying only one pairs of (x,y) guess values: And we need to change manually the guess values in the hoping that we will get the all solutions. But what to do when we do not have other alternatives to know that the system of eq has more one solution and when with the limited guess values tried we got the same solution? But my questions are:1. Why Solve block gives solutions like x=-0.779 and y=-0.443, why other method gives x=-0.22, y=-0.69, and so on.2. How one can be sure while using Solve Block he finds all the solutions of when solving the system of equations? As I do not like the solution given with solve block that we cannot be sure that we found all the solutions, as one cannot be sure that he tried all the variants for guess values.Without changing the guess values
Dear Mathcad community, I am writing my first post on this forum in the hope that someone can assist me with a question. Firstly, I would like to say that I am using Mathcad Prime 9.0.0.0. and I am attempting to multiply two matrices and I am struggling to achieve my objective. I want to multiply matrix A (with i rows and j columns) by matrix B (with j rows and 1 column), in order to obtain matrix C as shown in the image (with i rows and j columns). Subsequently, I aim to determine the maximum value of each row in C later. Thank you very much in advance for your assistance. Sincerely, Germán.
Hello,I don't know why, but mathcad prime 8 don't open the attached file. "The file type is not supported. ..." If someone could help restore the file, I'd greatly appreciate it. Bence
Hello My friend send me files that are made by new version of mathcad and I still have mathcad 7 prime trial version, how could I open these files or should I try to get them as pdf then? Best regards Jarmo
Good morning community, I am trying to solve equations that have variables and constants without success. Please if someone can help me. Thank you. Mathcad Prime 8.0.0 File Translated by the Community Moderation using Google Translate Buen día comunidad, estoy tratando de resolver ecuaciones que tienen variables y constantes sin éxito. por favor si alguien me pueda ayudar. Gracias. Archivo Mathcad Prime 8.0.0
Can someone solve this for Mathcad 15?
Hi all,The advanced controls are a dream come true for me, but has probably opened up a rabbit hole of documentation. I added a textbox with the intent that users could enter dimensional strings in a user-friendly format like:10'-2 3/8"and the output would be an inches value of122.375 I'm having two issues, first being the output is a string "122.375" and not a numerical value, and ideally the value would actually be defined with MathCAD's units: 122.375*inAny assistance on how to get this working would be appreciatedfunction TextBoxEvent_Start(Inputs, Outputs) { // TODO: Add your code here }; function TextBoxEvent_Exec(Inputs, Outputs) { var input = TextBox.Text(); // Get the input value from the first input var inches = parseDimension(input); // Convert the dimensional string to inches Outputs[0].Value = inches.toFixed(3); // Output the value in decimal inches to 3 figures }; function parseDimension(dim) { var parts = dim.split("-"); // Split the string by feet and i
In another post I asked a feedback about the development of Matchad Prime (MCP) v.10 as compared to the previous versions. Up to now I kept my Mathcad (MC) 11 - the first "love" in this field of software - despite the problems of running it in the new OSes. Apparently its seems that MCP is not near (for a general math user) after 10 versions to what it was MC 10, i.e. Mathcad 2001i (the preceeding version of MC11). I was also told to give a try to MapleFlow (MF), given the fact that also MC11 hides a maple symbolic engine. So I did in a backup computer with v.2023.3 - the latest. As already observed several features of MC are absent in MF. For instance it does not have a alignment option of formulas, as MC11 does (see picture). Moreover, I did not find a list of functions, that are instead directly accessable in MC11. At the same time, MF shows a feature that I greatly miss in MC 11: a list of assigned variables in the worksheet. I guess also its symbolic engine i
Hi experts, newbie here. Is there a way for me to program this, where when f(x) changes sign, it automatically stops solving. Thank you so much, any help would be greatly appreciated.
Hello,I have these points: How to calculate each colored area from below plot made with above points? Mathcad Prime 9 fille attached.
Have dual loads of P9 and P10. My application is CPU intensive. Recent testing showed a big difference so I did a simple sum test. The results are not good in my opinion. Can this be fixed with a patch? Bloatware at its finest - added functionality with engine overhead.
Can anyone here tell me why I can not plot the X-Y Point from that DATA TABLE?
Hican anyone here explain, why I get this error`?
Dear all,long time ago after I did programming MathCAD.How can I filtering on DATA Matrix here for all submatrixes which have conc = 0.5 f.e.I did this but is buggy. Maybe some one can tell me, so that I can remember my knowledge Ihave forgotten. thanks
Engineer here, I need help understanding the limits of my approach. I have a fairly simple electrical circuit, which I can solve very easily by hand - there is only one voltage source which is in series with 3 impedances, and then two external impedance branches. BUT, I want to simply write the various equations and solve them in an AX=b approach. With the specific impedance values you see above, this approach fails. A is singular, and using lsolve(A,b) in Mathcad reports, "the calculation is not converging". If I change the bottom left impedance from j1.224 to j1.2 and change the one directly above it from j1.224 to j1.5 I get a solution. But, the lsolve solution differs from inv(A) times b solution and both are wrong. The current leaving the + terminal of the source will be -j0.30 A by my hand calculation. I've attached a pdf explaining my circuit and a Prime 9.0 file with my simple calculations (I can provide an 8.0 if needed). I'm sure it just
hello community.need some support. im trying to calculate all possible combinations of Voltage * Current need to display all combinations in a matrix with only 1 columnin this case have 3 voltages and 3 currentsmatrix result should be of 1column and 9 rows. this is what I have up to now, but not been able to display each iteration.
Hi, I am converting an old Mathcad 15 sheet to Mathcad Prime 9.0 and am working through it resolving errors that have popped up in the conversion. Currently im stumped by an error that comes up with a summation in a program. See attached picture. The program worked perfectly fine in MC15 but in Prime it throws me a "this value must be an integer" error. I've tried backtracking what could be causing the error and the only thing i could come up with is if the error get's thrown in a step where it's trying to summarise from n=460->0... ? However the same formula worked fine in MC15. Kind regards,Johan
I developped a formula (thankS to the support of the Community here). The equations are quite long but I suppose for the MathCad engine it should be no problem.It just says the formula is too long to be displayed but it can be used for further calculation The problem is the following calculations stays grey too and they are not refreshed. -Formula calculation are not refreshed -Quite often I have to kill the task because Mathcad does not answer Any idea why this strange (and apparently random) behaviour ? Another strange thing is that when it works, the last formula does not simplify the units, although i defined mm:=10^-3m and gm=10^-3kg Any clue of what is done done properly? Note: I am using Mathcad Prime 9.0.0.0
Hi Folks, I have what I think it s a simple question. Solve blocks seem to require a bunch of needless space. Is there any way to eliminate this? V15 solve blocks were a lot more flexible. Update: I asked a similar question about two years ago. I'm just trying to find out whether PTC has made any progress on this. Mark
Hi,Seems that Mathcad Prime 10 does not allow anymore this. How to do in this case?
Is there a shortcut way of making optional parameters in a function in either M15 or Prime 3.0? I haven't come across anything regarding this issue yet.I ask as this would be a great way to implement the same function with some options. We could use [] to define the optional parameter with the number inside defining the default value.
Hi there,I have a rather long (50+ pages) mathcad (Prime 9) sheet that I have built to be fully parametric. After changing one of the variables I suddenly find that one of the functions is not working as intended without an apparent reason. I have located the source of my problems, but I cannot seem to comprehend why is it throwing this error. I am using root function to solve for the location of the critical x as shown below. In my previous iteration for a different set of input parameters, this function worked as intended, but as I changed one (in this case L, though I doubt it matters too much), I am getting an error that these values cannot be compared even though they are clearly the same unit and allow for algebraic operations such as addition, subtraction etc, but when compared against another variable of the same unit I get this error. If I manually create a new variable, lets say y.crit and give it the exact same value ( through key input ) everything works again, th
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.