Dedicated forum for our customers to share, collaborate, discuss best practices.
Recently active
Has anyone got an example of successfully getting sbval to work? I keep getting : I am playing with a 5th-order non-linear system. Many thanks in advance!
Hello MathCAD People, I am working on a shaft redesign project, and I start out with trying to plot the deflection of a more simplified model. I write the momentum function in Macaulay’s method and think plotting a deflection curve using odesolve should be a fast way to figure out where the max deflection happens by solving the differential equation and the boundary conditions. However, the plot just ended up with part of the deflection curve and say the ode function has limited range. Can you guys help resolve the error and get Mathcad plot the full cure?I really appreciate if you can guide me through this problem, as I really need a math model to validate my simulation results. Thank you in advance.
Given Soln x=1 and x=-1 I have tried the solve box - the answer depends on the seed value. Best approach to solve in Mathcad? Thanks.
I am not able to locate any checkbox in prime as it used to be there in Mathcad 15 to compute for 0/0How can I have this checked?
I have a series of about 40 Mathcad files that I must open, calculate, and save in sequence to obtain a final result. Any change in file inputs for one worksheet in the series, results in having to run the series of files forward again to obtain the new final result. Is it possible to create a master Mathcad worksheet that will automate the task of opening, calculating, and saving the worksheets in sequence, so I will not have to do this in a manual manner?
Hi,I am new to this Mathcad prime earlier I use Mathcad 15, I am trying to solve this equation in the Mathcad prime, but I am not getting the value, I also searched on the net but didn't find any proper solution.Please help me to solve this issue.To find the vale of the (an) The file is attached
Hi guys I have issue with matrix multiplications.Please see the file and (hope) help me with it. Best regards Andrzej
Hi Everyone, I am sure I am not the first to ask but could not find any information on this issue. How can I have mathcad to show the matrix value after having the variable in combo box. Also, is there any option wherin prime will open all the worksheets in draft view?
Hello, sorry if this isn't the correct place to post but please help me out. I have the following eqn. X:= a + b <= c + d = 0 How do I get X to be defined as the lesser of the two. I want it to be defined as C+D if it is smaller, Not 0 or 1.It is only returning 0 or 1 depending on if the statement is true or false.
I want to add hand drawn circuit diagrams in a Mathcad worksheet using an HP tilt pen.Is this possible?
When setting up a Mathcad Prime 8 document which makes use of specified Input / Output parameters, I've noticed that while Input Parameters have their default alias in the designation list be the same as their name in the document (entirely sensible), Output Parameters default to having the name "out" and alias "out_x" with x counting up. Does anyone know of a way to make the default alias be the same as the name of the parameter similar to Inputs? Screenshots of my lovely Inputs and less lovely Outputs included below. Thanks in advance.
MathCAD is changing or not recognizing the unit of measure. The answer would be 28000 MPa
I am getting error units are not compatible for the said equations and not unable to figure out the way to solve it. Any help is appreciated
I'm wanting to generate spice models in MathCad Prime worksheets. The problem I'm having is I can't seem to find a way to substitute the value of a variable into a text block.I calculate some variables such as: Model_Name:="HDS10M"Nf=2.4Isf=1.86e-7 Then I want to create a text block that contains something like this. .model Model_Name diode(N=value(Nf) Is=value(Isf)... ) but I want this to be displayed in the worksheet so I can just copy and paste it into a text file to have a model.. .model HDS10M diode(N=2.4 Is=1.86e-7) This would be very useful when there are a bunch of parameters like in a FET model or in a subcircuit to eliminate opportunity for human error. Is there any way to do this? Best Regards,Chris
Good morning, I am running some deeper simulations in P8 and noted that the CPU grind was pretty fast. I was surprised at this and ran a simple side-by-side with compiled C on a simple summation test. I found that the slowdown ratio was only about x25. In similar tests, I have found Python to be about x200 to x500. I'd be interested to know how P8 has achieved this. Perhaps the developers could comment. Here is the C++ project /* time example */ #include <stdio.h> /* printf */ #include <time.h> /* time_t, struct tm, difftime, time, mktime */ #include <iostream> double F_SUM() { double SUM = 0; for (long i = 0; i < 1000000000; i++) { SUM += i; } return SUM; } int main() { //clock_t clock(void) returns the number of clock ticks elapsed since the program was launched.To get the number of seconds used by the CPU you will need to divide by CLOCKS_PER_SEC clock_t t_STR; clock_t t_END; dou
Good morning, I was going to post in the suggestions, but I do not have permissions. I assume this has been discussed before but I wasn't able to locate. Two big components missing in the programming toolbar are simple comments and unary operators. CommentsI suggest the ability to add comments with a simple operator. I have been doing the following for the last decade or so and it doesn't appear to incur CPU usage to any significant degree. It would be nice if you could include an HTML link you can in Visual Studio. This is what I do currently but it is clunky:Unary operatorsThis would be nice savings and improve readability. Prefix and postfix operators would be ideal and save space. I assume these could be made to run very fast.i++, i--++i, --ii+c, i-c, where c is a variableetc.Regards
I have a System of 2 ODEs and one Algebraic Equ By using rkfixed or rkadapt function I must have only 2 ODEs Is it possible to have have ODEs and Algebraic Equations in rkfixed or rkadapt? With an integral?
Even providing all the inputs the lot will still not plot
Hello. I was trying to plot some level curves by using contour plot command (see attached file). When I define some variable "C", the plot works fine. But when I assign a range to the "C", the level curves fails to plot. Why the plotting fails? Best regards,Sergey
The problem is the R loop solve 2 instead of 1 and the Vx loop solve 2 instead of 3. What’s the problem?
Dear All How are you ?all . long time not login this community. Please guide me to solve System of Differential Equation in Mathcad as Example below Mx''+Kx=p(t) harmonic force If this example is error please feel free to change the purpose is how to solve in Mathcad Prime Thank u
Hi,I am trying but cannot figure out what I am doing wrong. It is to understand the overall mistake that I have been doing again again. Why do you think I cannot plot this?
How do I get the plot work in Mathcad?
With the four equation evaluated symbolically I am getting results for 3 but the same is giving result as 0 for the last equation any idea?
Hi everyone! New to posting here. Only slightly less new to MathCad as a whole. I am using a matrix with unitless values, multiplied by a constant that has attached units. The resulting matrix shows units, but it won't allow me to change them. The constant's unit is a force, in tons, and the resulting matrix shows pounds. I was only able to alter the style/number of units displayed. A few points to clarify: I don't believe I can attach the sheet (work reasons), but if I have not provided some necessary info, I can add more images or provide detail. I have read some of the debate about units in MC on these boards. If the goal I am after in not attainable, that is fine, but I am here for specific information/knowledge. It is not up to me to rework the entire sheet to not include units then append them at the end, or something like that. I just need to know if we can change what we see now or no. Similar pre-comeback to any comments about the way we built the matrix with t
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.