Dedicated forum for our customers to share, collaborate, discuss best practices.
Recently active
Hi..Can anyone help me writing these equations in Mathcad...?
Respectedcan you help me.In att. you can find two documentsa) Analysis 1 without units - its OKb) I would like to use units in my worksheet Analysis 2- without units but there is a problem -why ??Thank you
PleaseCould you tell me what is wrong with this sheet (in att.).Thank you
Hey!I'm wondering if there is a way to get more than one output from a program in Mathcad Prime? In my case it is a for loop and I would like to output both a message and a parameter (1-by-2 vector).For example:test = "Error in:" [3,5] ...or something like that.Where "test" is the function I'm using.Thanks in advance!
Could someone tell me how should I do to maximally simplify, using the symbolic processor, the following expression?
Can anyone obtain a solution using Odesolve in the attached trial worksheet?
I have Mathcad 15 installed on a Windows 7 computer. Everything works fine except when I want to create a scriptable object (or web control). If I open a file that had scriptable objects in them they do not work...they appear with only small arrows. See attached. I tried registering these as indicated in another post I found online:MichaelH wrote:I stumbled across the solution to this while looking form something else in the Help files.For some unknown reason, the components (.mcm files for text box, list box, and so on) were not "registered" in MC15 when it installed, although they were in the Mathcad folder.The problem is solved by finding "mcmreg.exe" and opening it. A dialog box appears showing various folders. You then navigate to the folder where the .mcm files are located (typically C:\Program Files\Mathcad\Mathcad 15\mcm) and select all the .mcm files and click open. Another dialog will appear indicating that all the files were registed.That's it.
Hi,I am trying to learn PDE in mathcad,.. Its my first time with PDE, could anyone pls help me with this?Thanks in advance
Hello,I am trying to use a solve block to find values for two variables but am running into difficulties. It seems that I am always getting an error "variable is undefined". After searching the forum it seems this is the standard error from a solve block and doesn't really give any clue as to what I'm doing wrong. I originally suspected that I was having issues since I was making use of functions with conditional statements, but after experimenting and removing the statements I am still not getting any results. Manually, I can come close to getting a solution.Please see attached sheet. Thanks.
hello, i want to evalute the interation symbolically. but i am not able to do it with mathcad. please help me to solve this. i attached the problb sheet.
In the attached worksheet,I would like to find the parameters of the GEV that are generated by a booststrapping of the original data. The Maximize function accomplishes this rather well for a data vector but as you can see I am stuggling to do this for an array.I would appreciate any help in accomplishing this.Dick.....
Hi All,I am really having a hard time doing a simple summation in MathCAD. Please see attached file. Can someone advise why is it not solving? Can someone edit and correct it please? Thanks in advance.Regards,LS
Hi,Sorry if this is a trivial question, but I am only starting to use symbolics, and I haven't found how to do what I want.If I manipulate equations that are fully symbolic, the results of manipulations are shown in a symbolic way. But if there is one of the symbols that is defined, it is automatically evaluated and replaced by its value in the results. Is it possible to do that ?Here is an example, calculating the power transfered by sinewave voltage and current with a phase offset. In the first case, the peak voltage is undefined, and I get the expected result : P(phase) = Vpk * Ipk * cos(phase) / 2In the second case, I define Vpk=100, and the result is P(phase) = 50 * Ipk * cos(phase). Is there a way to modify the second case, in order to get the same result as the first ?Thank you very much.Adrien
I have added the DCOL routine to the prode.dll. You may find the updated prode.dll and a test file for the DCOL routine on my website.The dll was built to handle VLE, VLLE, and LLE columns. Only VLE option is available to Prode users with Basic license. I have the Basic license, so I am unable to test the dll for the other two cases. Please let me know if there appears to be a problem with the dll for the VLLE or LLE options.
Hello,i need help on how to iterate until convergence. please scroll down in my sheet until you see the red arrow where i begin the iterations. Right now i have 10 individual iterations, and checking the end for convergence. i dont know how to do in mathcad where you can automate the iteration until convergence, and let it decide how many iteration it needs until convergence. there are two values that each need to converge . one for moment and the other for delta. a ratio of 1.001 will be fine for convergence. Thanks!
Hello,I download the "User EFI Dev Studio Project" file from the discussion "The Down Low on Mathcad DLLs" from Aaron Shaw.I have a question about the different function definition ...In the "C:\Program Files\PTC\Mathcad Prime 3.0\Custom Functions\userpack.c" (or in the Help Centre - Custom Functions) the code is:BOOL WINAPI _CRT_INIT(HINSTANCE hinstDLL, DWORD dwReason, LPVOID lpReserved);BOOL WINAPI DllEntryPoint (HANDLE hDLL, DWORD dwReason, LPVOID lpReserved){ switch (dwReason) { case DLL_PROCESS_ATTACH: { // DLL is attaching to the address space of the current process. if (!_CRT_INIT(hDLL, dwReason, lpReserved)) { return FALSE; } if (!CreateUserErrorMessageTable( hDLL, 3, ErrorMessageTable ) ) break; if ( CreateUserFunction( hDLL, &realsum ) == NULL ) break; CreateUserFunction( hDLL, &transpose); break; }In the "user-efi-dev-studio-project\User EFI Dev Studio Project\USERPACK - DevStudio Project\dllmain.cpp" the code is:BOOL APIENTRY DllMain( HMODULE hModule, DWORD ul_rea
Aircraft basic performance analysis by Guilherme Nunes. Mathcad worksheets can be found here: http://communities.ptc.com/docs/DOC-6158 (view in My Videos)
Some work on basic aircraft performance.It was used Mathcad 15 version. The file has a printed PDF also just to see the worksheet.A video showing the wing area variation results can be seen on the link: http://communities.ptc.com/videos/5118
Flight simulator in Mathcad 14 (Longitudinal 2) by Guilherme Nunes. Mathcad worksheets can be found here: http://communities.ptc.com/docs/DOC-5476 (view in My Videos)
Hello Guys,I have a problem in my mathcad program.I was trying to use lookup function in a loop, Attached is the file illustrating my problem.I was able to use lookup function and get the desired output, but when I have used the same function in a program, I was not getting any errors but it was giving the output as [1,1]. I was still a learner of mathcad and not able figure it out. Could any one plaese help me to resolve this issue, May be my example I have attached here is smaller one, but my real problem contains huge matrix and I need to use lookup function (or if any other) in program to get the desired output.Thanks a ton for your help!!Ashok
I had this all working before I re-installed my OS. Now I can't figure the trick out. M15 doesn't error, but it doesn't run, either.I've tried installing M15 and MP3 in different orders.I note that there are two statements about .NET: one says at least .NET 3.5.1, and the other says exactly .NET 3.5.1. I have both installed, it seems, or at least .NET 3.5... I can find Microsoft .NET Framework 3.5.1 Service Pack 1 references on the web, suggesting that 3.5.1 is a different version, but so far no place to download 3.5.1.A doc on the PTC website says NET Framework 3.5 SP1, so I guess that I am OK there.I have tried several suggestions on this forum, to no avail.I filed a support ticket, but don't know if I'll get an answer, as my maintenance has expired.Can anyone point me to a definitive solution?BTW, the note for Tags below has this comment "use >>communities<< to separate multiple tags, use an underscore to combine two words" Thanks,~Rich~Edit 2014-07-08: I found in Contro
OpticsLearning by Computing, with Examples Using Maple, MathCad®, Matlab®, Mathematica®, and Maple®by Karl Dieter MoellerSpringer, 2007, ISBN 978-0-387-26168-3, HardcoverIncludes dynamic and interactive computer filesMatlab, Mathematica and Maple files have been added to the Mathcad files of the first editionThe three fold arrangement of text, applications and files makes the book suitable for "self-learning"May be used in optical laboratories with faculty-student interactionThis new edition is intended for a one semester course in optics for juniors and seniors in science and engineering; it uses scripts from Maple, MathCad, Mathematica, and MATLAB provide a simulated laboratory where students can learn by exploration and discovery instead of passive absorption.The text covers all the standard topics of a traditional optics course, including: geometrical optics and aberration, interference and diffraction, coherence, Maxwell's equations, wave guides and propagating modes, blackbody ra
I had installed Mathcad Prime. I did not use it for a few weeks.When I try to write an expression or anything else, Mathcad gives below error and exits.I have attached the log file.Could anyone help me about the issue?
Hello, Everyone. refer to http://http://communities.ptc.com/thread/54832?tstart=0 Thanks in advance for your time and help. Best Regards.
Hello, Everyone. Thanks in advance. Regards.
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.