Dedicated forum for our customers to share, collaborate, discuss best practices.
Recently active
Hello, I am trying to export data from Mathcad to excel. I have attached the file as I did. I am facing two problems with this 1) It is saying the units are not compatible 2) It is making a new excel file named as "Collect data" I do understand that since I have named the destination file as "Collect data" that is why it is doing that but I want to export data in an already made excel file such that Mathcad will only export data at that excel file in a specific sheet (i.e., Sheet2) and start from a specific cell (i.e., A19). It will also overwrite in the same location whenever a change is made in Mathcad. Please help me out. Thank you, Faisal
Hello, I am working with an array of positive and negative numbers. My logic involves such that it has to find the index value of a changed sign number immediately above. For example, in my array, if I work with "-4" it has to find the index number of "2", not "3". Similarly, if I work with "4" it has to find the index number of "-5", not "-4". Please help me with this problem. My version is Prime 4.0. Thanks, Faisal
I am still using MC 11. I was able to make a random square matrix called A of n dimension, with 1<n<1000 (infinite would have been better but my pc horse power is limited). A needed to be positive, with Max Eigenvalue lower than 1. I used the following combination of formulas, which probably is not the optimum, but it works. 1): Z(z,z)=:rnd(1/n) # so to have numbers that fulfill the condition MaxEval<1 2) A=: matrix(n,n,Z) I would like to refine it, and I ask kindly advice. The constrains that I would like to add in generating A are the following. a) Still a nxn square Matrix with Max Eigenvalue lower than 1. b) But A should be semi-positive, with random coefficients, including zeros and not just positive as above. c) However A should be indecomposable (called also irreducible), i.e. A^x (with x a positive number) should turn a positive matrix. Thanks for any suggestion.
Good Day, I am trying to solve (symbolically) a system of two equations in two unknowns – Imin and Imax. These two unknowns represent the minimum and maximum current values, respectively. The answer written in the book (images below) is after simultaneous solution of both equations. I want to see the same result in MathCAD. I also attached my worksheet in MathCAD where I have attempted to solve for the two variables. However, I get a different answer and I do not understand where is Imin and where is Imax from the output that MathCAD provides. Please help me.
It is the site of the study 19 "Seven computational curves Or Apollonius bicycle and Apollo guitar" of the book "2^5 Problems for STEM Education" (in construction)
It is the site of the study 11 "Yes-No in Mathcad or Boole’s origami" of the book "2^5 Problems for STEM Education" (in construction)
Does anyone know of a method to interpolate or upsample a "straight line" between 2 complex points? For example, between points (1+1j) and (4+4j) get (arbitrary) 2 more points: (2+2j) and (3+3j). Or as shown in picture, get vector [Matrix?] Z (not exactly, but similar) from W.
Hello, In MC Prime if you do Matrices/Tables/Insert table, you get a table with doodles and brackets etc in the headers to each column. How do you insert a simple table with say 2 rows and 3 columns without these headers, or how do you delete these headers and brackets. I want to insert a text table with part numbers. No math calculations
Hi guys, I would be grateful for your little help. Matrix consisting of number of nested matrices cannot be saved to a file. (System Error: Not supported type). Please find my test files attached. Thank you - Pawel
Can you solve it with Mathcad?
Does anyone have a clue as to the future of Mathcad? Will there be a Prime 6? I've been a user since 2.0 and have purchased many versions for work and personal use, but between the new license policy and the lack of progress since 15, I'm about to give up. Unfortunately, version 14 was the last I purchased for personal use. I'd pay the $600 to get 15 if the license was perpetual. I wish PTC would retain the rights to integrate the Mathcad software with their other products and sell off the rights to develop the stand alone program to another company. What a shame.
I am the company admin for the PTC MathCAD Prime 5.0 network license seats. I want to know how to setup home use licenses for some key staff that would actually benefit from home use. So far, the only instructions I've found belong to MathCAD Prime 1.0, however in MathCAD Prime 5.0, the licensing methods are very different. I can see the Home Use license lines in my licensing report, but can not find out how to dish them out. Please help. Thank you, jvj
I have Mathcad14 (32-bit) at installed on a 64-bit Windows 7 machine at work and Mathcad periodically stops working. A pop-up window states: "Mathcad Application has stopped working. A problem caused the program to stop working correctly. Please close the program." This usually happens after IT pushes 'Windows Updates' on my machine, but not all the time. I tried running the Mathcad licensing program MCLicense.exe and it complains about not being able to write licensing information to the registry, for which I have no access rights being a work computer. Having IT run this (with full rights) does not solve the problem either soit would appear that registry rights is not the root cause. Seems to be something amiss with the .Net framework. The standard way to fix this is to raise an IT service request to removes and re-install MathCad14. This takes about 30 minutes. Has anyone else had this issue? What would be a quicker way to resolve it?
Hello everyone, Would really appreciate your help in an issue that I'm facing (in Mathcad 15) I'm trying to fit two curves (parabolas) between two points (could be more later) and certain conditions (slope = 0 at so-so point). The given/find equation seems to work fine, but I am not able to loop through it.The mathcad file is attached. Please allow me to quickly explain what I intend to do1) I'm defining two parabola as y(x) = Ax^2 + Bx + C and y(x) = Dx^2 + Ex + F 2) Parabola 1 passes through point (x0,y0), with slope = 03) Parabola 2 passes through point (x1,y1) with slope = 04) They must meet at some point in between (XM,ZM) with the same slopes Lastly I find the unknown variables (A,B,C,XM,ZM,D,E,F) and store them in a 8x1 matrix.But if I need to loop through n points, then I would like to use the same given/find in a loop and store all the calculated uknowns (A,B,C,XM,ZM,D,E,F) in an 8xn matrix. Here I get the error "this variable is undefined" and I have absolut
Hello, I am trying to generate a vector based on certain conditions but I face with a problem that says as" This range should be defined in sequential values". In my understanding, I think I have done that but I do not know why it is showing the error. Please help me with it. My version is prime 4.0 Thanks, Faisal
Hello, I am trying to simulate result in arrays but it is giving me an error that value must be a vector. I have tried to search my worksheet but am unable to identify the problem. Please help me with this. My version is prime 4.0 Thanks, Faisal
Hello, I am trying to generate roots using Mathcad but I guess I am unable to define the index properly. Please help me as what can I do to solve. My version is Prime 5.0 Thanks, Faisal
Hello everyone! I'm new here and also new to MathCad. I have an assignment that requires plotting. I have worked on this for hours but I don't seem to get the plots to come out the way they should. Can somebody please be so kind and let me know what is the issue? This is a very elementary assignment, so anyone who is not a novice should be able to spot the issue. many thanks in advance!
Hello everyone, I stucked with MathCAD 15. I want to import data from XLS file (geographical coordinates), convert it to some map projection coordinates and finally display on XYplot. I created a function that should create an array for display but there is an error 'This value must be a vector'. This is my first step with MathCAD so an answer could be trivial. Nevertheless, please help me so I could go further. Thank you - Pawel. PS. I attach MCAD file and input file.
How do I create a plot that looks like "steps", based on a table like shown in attached table and graph?
Hi everyone. I'm very new to MathCAD, using Prime 4.0. I was able to figure out solving 2 simultaneous equations using Solve blocks, and now I'd like to take that one step further so I could solve for multiple pairs of input values. That is, I already have a solve block that finds correct values w/ guess values x1 & y1, and would like one that will solve for x1 & y1, x2 & y2, x3 & y3... I'm guessing this would require some sort of matrix magic, but I'm not really sure. Obviously, I could just copy & paste the solve block for each new pair of inputs, but I have to believe there's a more elegant solution. Can anyone provide some advice?
Hello why is it that the find function doesn't work for me here?! please give guidance!
Hello, I'm trying to take the first and second derivative of my data set (frequency vs temperature). I've used the standard method to define a function via cspline- interpolation and take the derivatives. However, from the attached worksheet, it is seen that the plot of the derivatives have peculiar behavior and I'm afraid the result may not be reliable. Could anyone make a suggestion on this issue, please? Thank you in advance, Payman
It is the site of the study 25 "Hybrid calculations on the computer Or One more about a cone" of the book "2^5 Problems for STEM Education" Sheets of study in attach. One animation
Hello! Is it, in general, possible to separate a complex value into a real and imaginary parts in Mathcad? If it possible, how can we do so? Lets say that I have a complex root "r=0.2+3i". I want to assign the real value of this root as a=0.2 and imaginary as b=3i. Do you have any suggestions? Best regards, Sergey
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.