Dedicated forum for our customers to share, collaborate, discuss best practices.
Recently active
I am unable to plot multiple traces in Mathcad prime 9.0 when first defining a chart component from the menu ribbon. For example, I selected chart component from the menu ribbon and defined an X1:=x, Y1:=cos(x) and Y2:=sin(x) but only the Y1 trace appears in the plot.I still had Mathcad 8 on my computer and was able to plot multiple traces.I then cut and paste the multiple trace chart component from 8 to 9 and it worked in 9.It seems like the multiple traces just doesn't work when I start a graph from the menu in 9. What's going on? Any suggestions on how to fix the problem in Mathcad 9.0? I tried exiting the program and rebooting but I cannot get multiple traces in chart components when starting from the menu ribbon. I can only get it to work if I copy from an existing multiple trace chart component. A pdf and the mathcad documents are attached.
Good morning, per subject, I need to run a file.xmcd from the command line in an installer. I am using Inno setup. The command line looks like: [Run] Filename: "{app}\Readme.txt"; Description: "View the Readme file"; Flags: postinstall shellexec skipifsilent unchecked Filename: "{app}\FILE.mcdx"; Description: "Open FILE"; Flags: postinstall shellexec skipifsilent I can launch mathcadprime.exe but I cannot shell execute this exe with the associated file.xmcd. Ideas? How does one run file.xmcd from a command line and associate with the latest Prime? thank you.
how can i find out x intercept of a certain value of y intercept as shown in below sheet.
Hi all, I have a bending beam function that i would like to plot for the deflection, shear and moment in the beam. I have the deflection as the first normal bending part that is represented by afunction and the unloaded part after it, with a different function. I had it in Mathcad15 however now after converting to mathcad prime 7 it doesnt plot anymore. Thank you !
Cant do anythig with Mathcad window windbg shows: wow64win!NtUserGetMessage+0x14 00000000`0009e5c8 00007ff8`d008399e : 00007ff8`d0ea5ba0 00007ff8`d0ea5c7f 00000000`00000000 00000000`00000003 : wow64win!NtUserGetMessage+0x14 00000000`0009e5d0 00007ff8`d0ea90da : 00000000`0033e000 00007ff8`d0ea6f60 00007ff8`d0ea8600 00000000`00efe644 : wow64win!whNtUserGetMessage+0x2e 00000000`0009e630 00000000`776317c3 : 00000023`761f101c 00007ff8`d0ea0023 00000000`00000000 00000000`00effe0c : wow64!Wow64SystemServiceEx+0x15a 00000000`0009eef0 00000000`776311b9 : 00000000`00effd24 00007ff8`d0ea3a74 00000000`0009efc0 00007ff8`d0ea3b6f : wow64cpu!ServiceNoTurbo+0xb 00000000`0009efa0 00007ff8`d0ea3989 : 00000000`0033d000 00000000`00400118 00000000`00000000 00000000`0009f800 : wow64cpu!BTCpuSimulate+0x9 00000000`0009efe0 00007ff8`d0ea337d : 00000000`00000000 00000000`00154388 00000000`00000000 00000000`00000000 : wow64!RunCpuSimulation+0xd 00000000`0009f010 00007ff8`d1e8380f : 00007ff8`d1ed5
Hi!I have a .xmcd file that I need to convert to a .mcdx file. I'm having trouble installing MathCad 15 on my computer but I have a MathCad prime 9.0 . Enyone willing to help with the conversion? Thanks!
I have two matrices, and I need to generate a third matrix by doing some math as explained in the attached file
Hi, in my sheet i have a set of equations with multiple variables which i have calculated ( around 40 equations). Now I have to solve these equations by equating them to zero in the solve block. I assigned these equations to variables and equated these variables to zero in the solve block. but unfortunately, is not working in the solve block. So now every time i change any parameters in my sheet i have to manually copy all 40 equations to the solve block and equate them to zero in the constraints.Is there a simpler way to do this?Thanks
Hi guys, I am doing my master's dissertation and i have come across a problem. I have in my sheet Fourier series which is used to show displacement field in this research i am doing. The problem is that by the end of my calculations i have to differentiate a few equations with these Fourier coefficients. I am but unable to do this as in the differentiation operator i am unable to use anything other than variables in the denominator, i am unable to have the index operator in the denominator of the differential equation. I have just started working with Mathcad a month ago. I have attached two pics to show what i am trying to get at. Any help would be really appreciated. Thank you.
Hi All, We have been using this worksheet for a while which in theory allow us to look at different restrain configurations. Its always been a bit flakey, but converting to Prime seems to have finally killed it. I just wonder if anyone has some advice on how to get it to work?
I work from home periodically and access my company's network via VPN. Normally this arrangement works fine with Mathcad Prime. However, every 24 hours my VPN connection times-out and has to be reconnected due to IT settings. If I leave Mathcad with a worksheet open overnight, then the next day I find that Mathcad has switched to Express mode. Even after I reattach to the VPN, Mathcad remains in the limited functionality mode. I have to go through the licensing procedure, re-entering the license server name each day to get back to full functionality. Is there a way to get Mathcad to notice that the license server is available again and reacquire a license automatically? (I also use Creo Parametric, and it does this very thing.)
@TudorMarin @Werner_E how can I make interpolated value of X2 for a specific value of C in Mathcad from given excel or from a mathcad table?
As per this thread - same issue. I have the same issue, my old PC died, and now I'm unable to get a new license file to match the new PC HW. I have a perpetual license for version 14-15, but no way to use it - prime is not an option - sorry but I'm not going to pay for a new program that I don't need when I already own a program that covers my needs. PCT, please reach out to me at help me get going again. Thank you! \\\Jens
Unsure if solveblock will work Please help
Hello All, I am trying to solve an equation that has condition statements and find the roots.Please help, Thanks
Hello All, I have generated a mathcad worksheet that can find bearing capacity of a soil based on a given footing size. Now, I am attempting to find the bearing capacity based on random footing size and for a given settlement but I am seeing a plotting failed error. Please help. My version Prime 7.0 Thank you
Hello,I would like to better understand the object "ValuesSetter". Description says it is for setting multiple values of double or matrix scaled values by alias. What does "multiple values" mean? How can a single alias, which is supposed to represent a single mathcad variable hold multiple values?And how is this different from Worksheet methods "SetRealValue", "SetStringValue" & "SetMatrixValue"?If there's someone who could give a sample code in VB using the object ValuesSetter and one of its methods, that would be great.There is also an object called SetValueResults. Is it related to object ValuesSetter? And, does anyone know if it is possible to create a matrix of "strings"? Or mix of strings and double even?The method "SetMatrixElement" of the Matrix object and the method "SetMatrixValue" of the object Worksheet only create matrices of type double.I guess I can send the string one by one to mathcad, then group them into one matrix inside the mathcad but I'd like t
HiI want to extract a column with data from different tables, where each table contains several subcategorys. See example below (and attached file). Is this possible to do in mathcad? For example, by selecting "Table 1", "Subcategory 3" and section "C" I want to extract a column containing the right set of data. Thanks in advance!
Hi All, Working with multiple input data as matirx or vector and got a error message on function cannot be use here. Root function solve if I rewrite the R into a wx, Appreciate some advise to see what can be done to solve this multiple combination function by recalling the variable I like to combine in the equation.
Hi All, I created a set data and put them in matrix. Some data product has return the correct value, but there is not return the total sum of the array. Not sure why this has happen. Please help.
Dear all, I have a column of values stored in the variable "i". My intent is, I want to utilize a while loop with a continue/break statement to track a specific range of numbers within the column based on a given input row index. For instance, if I input the row-index value of "4", I would like to extract the range of values from the 4th index of variable "i" until the end. Please help. Thank you
Hello All, I have a system in which there are "N" number of black layers and each layer will have random thicknesses. Then, I want to put a red line on top of any black layer. Whenever I do so, I want to find the number of layers existing only below the red line and also the corresponding layer thicknesses. If the red line ends at the end of the lowest black layer, it should not find any layers below. I can do the worksheet if the red line is present at the top black line but am unable to do so if it stays otherwise. Please help. I have attached my work image for reference. Thank you
Good afternoon,I have been trying to solve a bondary value problem of a 4 grade differential equation but I don't understand how I should setup up my worksheet to obtain the 3 derivatives (C1, C2 and C3 in in the matrix D_). Also, the function "sbval" returns me an error that says "unkown error: exception by call destination", and so I can't calculate the conditions that I need to obtain the solution. Attached there is the mathcad file in 8.0 version.Thanks to everyone for the help.
Good afternoon,I am doing an exercise in Mathcad prime 8.0 where I have to solve a boundary value problem of a 4th degree differential equation, knowing that the boundary conditions are: y(0)=q*(R^4)/(64*B_plate), y'(0) = 0 and y(R) = 0, y'(R) = 0. I have tried to setup the worksheet and in r = 0, I have obtained the initial conditions that I need but I can't undestand how I can get the solution to zero when r = R. Also the file attached is written in italian so if you need any clarification ask me.Thanks.
Greetings all, I am trying to extract value from a randomly defined matrix but I am unable to do so. I have attached the file and image for reference. Please help. Thank you,
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.