PTC Mathcad is Engineering Math Software That Allows You to Perform, Analyze, and Share Your Most Vital Calculations.
Recently active
I'm doing a presentation of mathcad to me company and I'm thinking of including the pros and cons of it comparing to other calculating programs. Any ideas ?
I have tried installing Mathcad and have agreed to user agreements.Upon getting to "Application Selection" step in install process, my installation path is C:->Program Files->PTC but there are no applications to "Choose from the list below".I cannot push next to complete the installation process.
Hi All, why mathcad prime dont allow to input the results of a fuction with a range of input into the excel component. What is the way to go around this?
I am sorting a result matrix with respect to 5th column.If A is more than Asreq, i want to get only positive values of 5th column in a sorted way as an output.If A is less than Asreq, the output matrix should contain only negative values in 5th column and they should be sorted in reverse order. Is this possible in Mathcad?
I am unable to get the results when used ° instead of deg could someone let me know what I am doing wrong?
Can anyone please help me convert these old MathCad 15 files? I just started MathCad Express and the conversion tool doesn't seem to work. Thanks
Hello Everyone.From : To : How to simplify the above ?Thanks in advance for your time and help.Best Regards.Loi
Hello! when I tried to solve b value from sin(b) it says no solution because b is undefined. If I use 'Solve block' and assume a value (b=1 deg) then the result will be same as my assumption. Could anyone please give a hint?
I wish to read a CSV file and embed the data into Mathcad. Files attached .
We currently have some older .mcd MathCAD files.Our trial version will not open them.Is there a tool or product you have that could convert or update these to something we can use in the new software version? We are trying to find a way to gain access to these old files.Thanks,Jon
Hello,I'm running into an issue where my Mathcad 9 license returns an 'Invalid Host' error on a specific network. It just so happens to be my university's WiFi, which is problematic because I need to use Mathcad on my laptop at my university. Strangely enough, the license works whenever I'm not on the university's WiFi. I've attempted the following:ipconfig/allnet config rdrenabling/disabling my internet card through Device Managercompletely reinstalling Mathcad 9re-requesting my license and downloading it on the university's WiFirunning a VPNverifying that the HostID is the same on both the license and laptop.None of these methods were successful. My other colleagues do not have this problem. Any assistance is greatly appreciated.
Hello, i'm trying to solve a system of PDE's with one equation that contains an integral in space.i expect that the parameter "is" will be constant in space - but its not...i'm using prime 10, can you please help me? thanks,Matan
Hello Everyone.From : To : "PARI failure!" What does that mean ? ( MC15 )Thanks in advance for your time and help.Best Regards.Loi
I need help evaluating a function of a range of variables using a solver block. On page 1 and page 2 of the attached mathcad sheet, I evaluate a function F(z). This (cumulative distribution) function is called Fz and is a convolution integral of 2 Rayleigh distributions. The variables X and Y are responses, where its RMS value within each Rayleigh distribution is known for and input to the sheet. Then, random variable z , is solved with a solver block. This all works.On page 3 I want to repeat this process for a range of RMS values of X and Y. If X is an array of values with length 3 (on the rows) and Y is an array of values with length 4 (on the columns), the total number of output values is 12 in the matrix. I am working in mathcad prime 10.
I have been trying to embed a Madcath Prime document in Access 2016, but it has been impossible.I have the Mathcad 14 version and it does recognise the OLE Objet type, but with the mathcad prime version it does not let me the option to insert it in the Access 2016 form. I have created a new object of type "MathcadPrime.Application". but then I had to assign an external address with the file, I can't get it embedded in the Access 2016 form. There are any option wich i dont need to give the external address to the file? (as in Mathcad 14 wich was embeed as an OLE Objet type) Thanks!! (This is the VBA code using the "MathcadPrime.Application") (This image is with Matchad 14)
Hello Folks, I have prepared the 45 pages sheet in Mathcad Prime 10 while the person who wants to access the sheet has prime 9, and Mathcad is not backward compatible. So the solution I found was to install the Prime 9 and 10 in the same system and copy from 10 and paste it in 9, now when i'm trying to paste the message is popping up saying "Unable to paste the specified object due to : PrimeObject Log file is located at C:\Program Data\PTC\Mathcad Prime\Logs\MathcadPrime_Exception_20240706_124750.log". Does anyone has the solution on how we can resolve this ?
https://support.ptc.com/help/mathcad/en/index.html#page/PTC_Mathcad_Help%2Fto_compile_the_cmplxsum_cust_func.html%23 Intente seguir los pasos para compilar pero me da un error de que el tipo de maquina es en conflicto con el tippo de maquin de destino de 34 y 64 2 1 C:\Windows\System32>cd C:\Program Files\PTC\Mathcad Prime 9.0.0.0\Custom Functions\cmplxsum C:\Program Files\PTC\Mathcad Prime 9.0.0.0\Custom Functions\cmplxsum>cl /I..\ cmmplxsum.C /LD /link /out:..\cmplxsum.dll /entry:"DllEntryPoint" ..\ MCADUSER.LIBMicrosoft (R) C/C++ Optimization Compiler version 19.36.32535 for x86(C) Microsoft Corporation. All rights reserved. cmplxsum.CMicrosoft (R) Incremental Linker Version 14.36.32535.0Copyright (C) Microsoft Corporation. All rights reserved. /out:cmplxsum.dll/dll/implib:cmplxsum.lib/out:..\cmplxsum.dll/entry:DllEntryPoint..\MCADUSER.LIBcmplxsum.objcmplxsum.obj: LNK2019 error: Unresolved external symbol _CreateUserFunction referenced in function _DllEntry
I am trying to simplify the following:However, it leaves the absolute value symbol around cos(t), even though I limited it to only when those functions are positive. It's even weirder that it removes the absolute value symbols from sin(t). It's not a problem for something small like this, but it becomes a problem when I do something more complicated or want to use that calculated expression for something else. How can I get it to simplify it better?I'm using Mathcad Prime 10.0.0.0
Confused using the mean function.
What would be the way for me to select values from "i " which align with zero for mod(A,i)
Hello, I am working on an assignment that asks me to "plot the function (y(x)) and the first derivative of the function." Now my function is (2x^3-x^2+3) and its first derivative (6x^2-2x). For some reason, I cannot get the plot to show up like I know it should, It just doesn't look right. How would you all go about plotting this? (PTC Mathcad Prime)
Hello,I am quite a beginner, but I cant find useful hints in the internet for my problem.I wanted to fill a Matrix with values of other Matrices, but the result is strange for me, almost only Zeros? I guess i made something wrong with the local assigning?i attached the file, and made a screenshot
HiI'm trying to remake an old template for solving a differential equation on a free falling hatch in Mathcad Prime 9. Attached is the old version of the file from Mathcad 15. When I try to set up the rkfixed command after giving all the same info, I get an error code that the function D, doesn't converge. I've tried a few different ways of doing the substitution in D, but I've never gotten the solver to actually solve anything. It either says that D doesn't converge, that t is undefined, or unexpected error, this is a red underline on D. Is there a way to make this work? Any help is much appreciated!
Hello,I'm having a problem finding the solution for a set of equations. Using MathCad Prime 10The usual method for solving this exercise is to due a iterative process assuming values for L4 and verifying for which value one of the equations is the closest to 0.I can do it manually inside of mathcad but have not made the solve block do it for me.Is this because the solution is approximate?I am attaching the mathcad file.
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.