Dedicated forum for our customers to share, collaborate, discuss best practices.
Recently active
Is it possible to display a matrix as an image (as was possible in Mathcad 15)?
I've been running into a repeating problem with the output equations on embedded Excel spreadsheets. The visual width of an embedded spreadsheet is limited by the width of the input and output expressions. Because of this, I organize my I/O equations carefully. Sometimes, I find that my spreadsheet is now wider than the page it is on. If expand and look at the output equations, they are spread out and staggered across the page. Not at all like I left them. Blow is a screen shot. You can see that they are plainly staggered wider than the page.It should look like this.Does anyone have any ideas what is happening. This is a repeating problem across several documents with embedded spreadsheets.
start at once to define functions for tensor calculus. This is something that mapple already does. Guys, don't fall asleep.Thanks.
When are you going to define the bit and byte unit? you cannot generate them from other units.Thanks
Well, the gamma function presents a problem in mathcad that makes it difficult at first sight to apply it to concrete problems in comparison with other languages like R or Python.This problem is that the gamma function in mathcad has only one parameter (it seems to me that their engineers do not corroborate their pre-made functions with wikipedia). The gamma function requires 2 parameters: 1) the shape parameter: s 2) the rate parameter: r.After racking my brain for many hours I came up with equivalent formulas in different ways:For probability density function (pdf):1) with the direct formula.2) adapting the density function given by mathcad:pdfgamma(x,s,r):=dgamma(x*r,s)*rFor the cumulative probability function (cdf) there are three ways to do this:1) define the incomplete gamma function and then calculate the cdf.2) use a serial form3) defining a new function with the one already given by mathcad:cdfgamma(x,s,r):=pggamma(x*r,s)Regarding the generation of random numbers the following
Use case: Depending on inputs of the excel component the amount of row will change. Issue: if the number of rows becomes lower, the previous value over the last row stays as it was. A mismatch between updated row at the top and obsolete one at the bottom happens. Analysis: It looks like the input parameters write values at given range into an existing excel object. All cells around are not touched. It looks like this excel object is embedded in the Mathcad file and saved with it. I haven't found any post in the Mathcad help or community concerning this topic. Workarounds:Open the excel component (double click) and delete within excel all the rows manually. Then let Mathcad calculate again.Always use the same number of rows and overwrite all the trailing rows with an empty string "". Request: Is there a better alternative using Mathcad functions to clear/reset all the content of the excel component to ensure that no trailing rows values or cell-formatting are left?
How can I change Image displayed dynamically based on condition ?I have 10 images but I want to show one which satisfies the condition can this be done ?
Hi,I found this file Mathcad - expm.xmcd where it calculates: It seems that the calculation of exponential with exponent a matrix it is more rapidly done in this way than using e^([matrix]) in Mathcad Prime.I put this in a Mathcad file (see MCP9 attached file), but I am not sure if I did things correctly (like I do not see a influence of that if 0<n) and I do not fully understand the procedure/calculation (I see that there is 2 methods. What are the difference between them? What is better to use?)Can someone check and explain the procedure/calculation if understand it?
hi - I'm trying to limit the maximum and minimum value in a vector to with a clamping function.In my file the vector is to be limited to a minimum of zero and maximum of 5. Can anybody help me find out what I am doing wrong?Newbie alert - be kind please 🙂thanks, Ian
I worte the same program for seven function and it works in all of them ,but doesn't work in the last one. I have no clue why?Do you see the problem? There is no difference , HOWEVER the error shows only in last one.
Hi We had to upgrade to Prime 9 in the company after years of using Mathcad 15. It has not been a pleasant experience. In this case even a simple copy paste of an equation can cause the symbolic engine to crash/become unresponsive. The yellow wheel spins endlessly. But the worst thing is when you quit the program and start MC again, the symbolic engine becomes unresponsive - you have to physically restart the computer to clear whatever is causing the problem. I have tried using a Process Explorer on Windows to see if any background tasks were left running but to no avail. I get the feeling the problem most often starts after opening an existing file, trying to copy/modify an equation, then the calculation engine seems to start and stalls. If you open an existing file and toggle the calculation on/off before doing anything and get it to run then it seems to stay stable. But once you get that wheel and an "Unresponsive" message - restarting the computer seems the only op
Hello @Werner_E and crew,I've recently returned from a hiatus from the forum due to a busy schedule.I'm back with a new project and seek your guidance.I'm presenting the following scenario: I'm dealing with three rectangles or zones: A, B, and C. Each zone has a priority level. I have a list of points that I need to plot and require the program to determine the zone in which each falls. Should a point land on the boundary shared by two or three rectangles, the program should assign it to the zone with the highest priority. I've been working with Mathcad Prime 9 and have devised a solution, but I feel it's lacking because I haven't effectively incorporated the priority level. Could you recommend a more refined approach? Below are snapshots for easier reference. In the real world scenario, there will be many more zones and huge list of points.
I am using Mathcad Release 15.0 and DatecodeM050Need to plot circular segment for four different cases. Need help setting up. see page 19Sheet one dose it individually, Sheet two wit T on name is my attempt to do this. See page 19.Here are the errors that I facedSee sheetDon't know how to upload my sheets.
A cylindrical cake (torte) has a chocolate icing. A knife is used to gradually cut out pieces of cake with the angle alpha and then flipped over and reinserted into the cake so that the icing is on the bottom. We keep doing that - after one circuit, the cuts can end up in pieces that have already been cut. Of course, the glaze moves back up, ...If e.g. alpha = Pi/2 (90°), then after two turns the glaze is completely on top again.Question: For which angle alpha is the glaze completely up again after a finite number of steps? Friendly puzzle greetings!
can anyone please help me with following: Worked well in Mathcad 15, Prime 9 doesn't like it... Best regards
I would like to define a variable as [η] but typing the square bracket initiates a matrix definition.
Hi, I am new to Mathcad and have just learned the feature of collapsible areas. Now, does anyone know how to reduce an unwanted area within a defined collapsible area? Understad the inserted area automatically increases to accommodate more content as writing. But when I remove some of the content, it won't shrink, leaving with a large unused space in the worksheet. I couldn't find anywhere one could manually drag that area to reduce its size. Does anyone come across the same problem? I'm using PTC Mathcad Prime 9.0.0. Regards,Frank
Hello, Expert guys in this community. Recently I have received help to solve the problems in using Mathcad Prime 9.0. Appreciate it. However, since I am just beginner level guy, I am having difficults with ODE solutions.(In addition, if you can solve those equations with AdamsBDF, then pleas add it) Please check attached worksheet files. Your help will be very much appreciated. Thanks!!
Has anybody seen this before: I consider it a bug. (Attached file is Prime 4) Luc
Hi,This should look like: R3 is iterated from high value to low value...
How to plot this graph and read the Values in Mathcad.
Hi,Why I cannot use Trace Thickness in below plot?
In another thread the execution speed of loops was mentioned as a side issue. That warranted some testing. It turns out that using if-construction inside the loop to deal with the first index instead of assigning that before the loop means that the loop takes almost twice as long ... if the loop just assigns a single value to a parameter. If the loop contents are even moderately complex, the effect of the if-construction will soon disappear into noise. Another raised question was the speed of the two forks in the if-construction. From this simple test that is minimal. The random variation is much higher than the difference, but on the average the result below seems to be about right. Another interesting thing, which doesn't show below, is the effect of multithreading. These examples are likely about as bad for multithreading as possible and that was also reflected in the results. The overhead from it was such that each execution time roughly quadrupled from the shown one
HelloI have the next formulae of power but I think there is an mistake, Please somebody help mePot=(PxQ/360)/1.358P pressure in bar=225 barQ flow in l/min=78 l/min Pot=( (78*225)/360)/1.358=35,8kW Thanks
Hello Everyone.From : Need help with the trimZeroElements( ) program function with ORIGIN := 1 and ORIGIN := 0 ?Thanks in advance for the time and help.Best Regards.Loi.
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.