PTC Mathcad is Engineering Math Software That Allows You to Perform, Analyze, and Share Your Most Vital Calculations.
Recently active
I am encountering an error while configuring the trial license for Mathcad Prime 10.The error says: "... (-103) Cannot checkout an uncounted license within a Windows Terminal Services guest session."FYI, I am running the software locally (not remotely).
Let me tell you a story. Once upon a time, perhaps even 10 minutes ago, when writing a new function (Bidiagonal) and testing it with strings, I replaced a direct function call argument with a predefined vector but forgot to remove the original function's argument. After a few seconds of gazing at the (correct) output from Bidiagonal, I realised that the notation V(3) for vector V should have raised an error, but it didn't. After a bit of playing with a new, blank worksheet, I confirmed that to get an array's elements, one can use the standard subscripted index notation Mi,j or the standard programming language parenthesis notation M(i,j). And Little Red Riding Hood and Peter campaigned for a better public understanding of wolves, their role in ecology, and their treatment. I have a vague, dusty, indistinct memory of coming across this notation before, perhaps even on this forum, but I'm not sure - it might be a case of déjà vu. Stuart
Hi thereI using (READEXCEL) but it read all the values as zeros they should be these valuesIt works with the previous values thanks in advance
Student version
Need a licence to migrate to my new notebook
I am part of the Mott MacDonald IT team.We are in the process of transitioning to MathCAD Prime 10, as we have been informed that MathCAD 15 and MathCAD Prime 8 are reaching their end of life and will no longer be supported.Could you please provide more information on the support lifecycle of these products? This will help us proceed with the removal of the older versions of MathCAD and MathCAD Prime.Thank you.
Does anyone know of a more simple equation to derive the max moment of a simply supported beam. I have 12 equally spaced loads with the first and last being spaced further from the support than the typical spacing. Exterior loads are different from the interior. Heres some pictures of what im working with. The BMD diagram is my check for the moment of the HL93 Inv Loads. I've done this before when only working with a couple concentrated loads but the formula would be to long for this. Would also like to be able to check the moment at any location along the beam
I wanted to install Mathcad Prime 4 to my new pc.The license manager accepted my product key but I can't chose the product for the license.
I just got a hold of MCP10 and started playing around with the new Advanced Controls. It appears that these controls are using Microsoft's Jscript version 5.8. This is semi-equivalent to JavaScript/ES3 which is 11 versions behind the current version. There are a lot of missing features that are commonly used in modern JavaScript, and I would like to at least upgrade to ES6. I was able to add the methods for working with JSON using this code in the TextBoxEvent_Start function to download and execute the json3 polyfill... var xhr = new ActiveXObject("Msxml2.XMLHTTP"); xhr.onreadystatechange = function(){ if(xhr.readystate == 4){ eval(xhr.responseText) } } xhr.open("GET", "https://cdnjs.cloudflare.com/ajax/libs/json3/3.3.2/json3.min.js"); xhr.send(); Tangent: Yes, I know eval() is evil, and this opens me up to security risks if cloudflare ever starts sending me something malicious instead of the json3 polyfill. If anyone h
I can't seem to get TextAlign to work to centre the text in the textbox. Any suggestions? Also for vertical alignment please 🙂 Is there any documentation with all the implemented properties for all the new control objects? Thanks,
I made a couple simple functions that I would like to share that helps with debugging of long Mathcad Prime (circa v9) programs. (file attached) I was making a VERY LONG convoluted program that called several sub-functions (in order to split it up). But it still had bugs by the time it was fully grown (don't we all;). I made this function so that I could locate the errors before it happened. It is basically a logger that lets the program continue. It is better than a "return" statement in a few ways: Since there is no 'remarks' statement in programing, this can also be a substitute—they do not need to be removed (except for speeding up long iteration functions).You do not have to delete the "debug" functions in order to keep the program running and running to a proper conclusion whereas "return" statement must be added/removed every time it is needed."debug" functions do not screw up the output if it is in a sub-functionYou can display the d
Hi there, I'm wondering what does the (i) represent in mathcad?
Hello everyone,i want to program this in Mathcad. Could someone help me with this?
I have just bought the mathcad student edition and never recieved the product code.
My laptop that had downloaded MATHCAD has broken and im trying to move my license over to my main PC, is there a way to do this without creating a new account?
Instead of simply stating the equation with its result how can I should break it down to show the specific values assigned to the variables and how they contribute to the final result. for example if I have p:=10 q:=20 I want to show r:= p+q=10+20=30 is this something i can do?
Hi everyone,I want to use two different vectors in one equation ...what should be the iterator f ,q and dz I used length function but it gives me strange results
Hello,My co-worker has installed a newer version of MathCAD, and I am now unable to access files that she has saved. I would like to update my version so it is compatible (but continue using MathCAD Express).I have tried using the website to request a new installer, twice in the last two days, but the promised email has never arrived (and yes I have checked my junk folder).Are you able to help me out?Cheers, Daniel
I just had a look at unanswered posts, and this was at the top of my list: https://community.ptc.com/t5/Mathcad/Prime-9-Chart-Components-Can-Become-Corrupt/td-p/956950 I have been struggling through a file I created originally in Prime 9 that has 3 chart components. The first is a simple chart component with absolutely no modifications made to it, containing 24 curves. The second chart has 6 curves with customized legend, line styles, title, etc. The 3rd chart has 10 curves and all elements of the chart are customized heavily (chart title, legend, trace names, line type/color/thickness, axes names and tick mark font sizing on all elements, etc.). This 3rd chart continues to become corrupt after saving it - of course this is the one that needs to be published! NOTE - Prime 10 seems to be "behaving" so far - hopefully this has been addressed in this latest version. Stay on the lookout for this issue with your chart components using Prime 9! I thought I'd play with Ch
All, I recently bought MathCAD 10.00 Prime Student Edition and was unaware that once I logged into a certain machine with the license that it would lock in with that specific machine and I would be unable to log in on any other machine. I initially synced up a machine that I do not have consistent access to and I would like to move, or reset, or whatever needs to be done, to have the license that I purchased be activated/synced with the specific machine that I want. Was wondering if anyone could help. Best, - VG
Just one question about ( min function) why it works only with scalars ... whenever I want to use it with vectors or matrics it doesn't work ... How to overcome this ? Should I always use programming ? For example the following program : in each (qc;gem;cor ) I have 3 matrics each one has ten values.... what I need is to write a program that will compare the both variables and choose the minimum value of each one ( compare the first raw with the first raw and chooses the min ...and so on ) ...and the result should be also one matric with ten values. However, it chooses only the minimum value of each matrics
My students and I use Mathcad to solve problems of dynamics. My students this year (prime 10.0.0.0) come sometimes across an unknown error when using a solve block. The error mentions "bad solve block"; refer also to the screenshot. I have never come across it before and I have no clue what the reason could be for this error. After retyping the equtions and the "find" command, the solve block executes correctly. But I don't see a difference between the original solve block and the one after retyping it. So it stays a mistery why one time it executes and the other time it doesn't.
Hello I am working on my bachelors project. I have made a function that calculate the heat recovery in a heat exchanger with a faze change (condensation). The function calculates the potential heat recovery based on the temperature that comes out of the heat exchangers hot side. The function works fine but i can not get it to solve the function, so i can calculate the temperature based on the heat energy. Does anyone know how to solve this or the reason for the error?
I wrote a program to correct the value of q. I wanted to choose always the minimum value and I put the maximum limit to be 15 MPa , I don't know why it is not working . Do you know how to solve this problem?Thanks
I have purchased the license and when I activate it it says invalid, license type: No License ---------------------------------------------------------Translated the topic from Spanish to English using google translateSubject - no licencia validaBody - he comprado la licencia y al activarla me dice envalid, typo de licencia : No License-By Community Moderation Team---------------------------------------------------------
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.