Dedicated forum for our customers to share, collaborate, discuss best practices.
Recently active
I need to choose the minimum value of q depending on the layer thickness...If the layer thickness is =< 2m the q should be the minimum value of ( q;avg or 12MPa) if the layer thickness is > 2m q should be the minimum value of ( q;avg or 15MPa) I tried to do it this way, but it is not working. Can you spot the mistake in this , please?Thanks in advanceYusra Prime 9 page 12
Hi allI am a student from Ghana, and I want to be able to access Mathcad's student version.Despite all my effort i have still not been able to reach the sales team to make the purchase
Suggestion for Mathcad Version 9 This is to inform you that vulnerabilities have been observed on Mathcad professional floating License Server, we are request either upgrade server to new version or decommission the server if is no longer need. Please advise Operating SystemPlugin NameCommentsMicrosoft Windows Server 2012 R2 Standard Build 9600Microsoft Windows Server 2012 R2 Standard Build 9600 SSL Certificate Signed Using Weak Hashing AlgorithSSL Certificate Signed Using Weak Hashing Algorithm SSL Medium Strength Cipher Suites Supported (SWEET32)SSL Certificate Signed Using Weak Hashing Algorithm
Hi How do I put units into a slider? Thank you
I am getting error for unit compatibility while solving equations using solve_block. Please guide me to make correction. thanks.
Hi ,@Werner_E Can we modify this function... below the program finds the average of all qs of CPTs in one layer.... Iike if we have 10 cpts each one has 100 qs in one layer ..it sums all the cpts and finds the q of all of them in one layer.. What I need now is to find the average q value of each CPT separately in each layer ..like each brown line in the plot alone .. Can you help me with that .?.I attached the same sheet you used previously in the thread. Thanks in advance
Hello Community, I'm pretty new to Mathcad, so I'm sure I'm just missing something quite basic and obvious. What I'm trying to achieve is to use the results returned by the match function, to extract the equivalent rows from another variable. Given variable A and var. B use the match function to find the row index for values greater or equal to 2.5 in B, and use those indexes to create a new var. containing the values in A for the indexes (or just print directly from A). The result I was expecting was the new variable to return "Ac" and "Ad". I originally thought it should be a fairly easy task, something like the shown in "Approach 03" of the screenshot.However, I'm finding all sort of errors when trying different approaches. The more predominant error bein: "This value must be and integer" Any help, please? Thanks! 🙂
Hi there, I think almost 30% of mathcad's community questions is about ( this value must be scalar) .. I really find it confusing to differentiate between scalar/ array/ vector( maybe it seems stupid to you, but can you tell me how to identify each one of them? and the errors occur because of themI got this error in my sheet, how can I solve it ?prime 10 is attachedThanks in advance
Use these buttons on PTC Community for convenient referencing of subscripts and superscripts in your discussions! (Not to be confused with in-product Mathcad Prime's long-existing subscript and superscript buttons, which are readily available in the ribbon with Text Formatting > Text Font; or with the keyboard shortcuts Ctrl - or Ctrl =, though in-product we say the latter is Ctrl +, implying Ctrl Shift =. ...But that won't work. Or if you're doing math and not text, use ^ for exponentiation or selected from Math > Operators > Algebra for superscript; and Math > Style > Subscript for subscript notation, or Ctrl -....Not to be confused with Matrix Indexing. Which looks like a subscript. But it's not.) Spoiler (Highlight to read)I was gonna make this a Mathcad Tip, but it turns out that the toolbar there is actually different than the toolbar everywhere else, and that was way too ironic for me to do.I was gonna make this a Mathcad Tip, but it turns ou
TBD - finger trouble.
Hi there,I'm trying to compare a result I got as a array to one value .... if the condition is not meet the program should show error >>> it should compare each value in g... to explain it goes to the first row in g which contains a matrix (5*1) and compare the all the numbers in that matrix if it doesn't meet the conditon it writes error ... then goes to the second row in g and do the same this is from the orginal sheet : Prime 10 is attached
Hi everyone, I need to change an array into vector in Prime 10 . @StuartBruff ..Stuart you have previously suggested this method , but I don't know where I have a mistake . Can you show me how to solve this? Prime 10 is attached Thanks in advance
In the file attached (and photos below) I am trying to do the routine of finding ϕ using eigenvector and eigenvalue functions to do the same thing I did manually with A1. A2, A3 and the other matrices. Is this possible and if so can someone please help me out in doing so? Thank you!
Hi All,I am trying to use a While Loop with two conditions, something like below:while (x > 10) ^ (y < 100)...but Mathcad 15 only goes through the loop once and does not execute the iterations. If I use only one condition check, it works fine. Could someone let me know if it is correct to do what I show above?Thank you.
Even though it's the same program, calculations take longer in Mathcad Prime than in Mathcad. I used a converter from Mathcad to Mathcad Prime, but does anyone know what functions take longer to calculate? Also, if there is a way to improve this, what functions should I use? If anyone has any idea, please let me know. Translated by the moderation using Google Translate ----------------------------------------------------------------------------------------------- 同じプログラムでもmathcadよりもmathcad primeの方が計算に時間がかかります。 mathcadからmathcad primeにコンバーターを使用したのですが、どのような関数が計算に時間がかかるかわかりますか? また、改善策があるならばどんな関数を使用するとよいのでしょうか。 少しでもわかる方がいましたら教えてほしいです。
Hello everyone,could someone explain why i am getting different answers in the programs e and l.Is there a way to get same output from both the programs? Does it have something to do with for loops?the output should be like program e.Attached Mathcad 10 file.
While performing iteration for neutral axis calculation for Doubly Reinforced Concrete beam, I suffered an error.Kindly help me ASAP.Thank you
How to get my Product code for MathCAD 15?
Hi All,I am new to Mathcad. I have a table where the first column is the material name and the second to fouth columns are material properties. I would like to add the table to a worksheet. When I select one of the materials, the three properties of the material will then be used in subsequent calculations. This can be done easily in Mathcad Prime 9 or 10 using Combo Box, but Mathcad 15 does not have this feature. Could someone give some guidance as to how to archieve this in Mathcad 15? Thanks in advance.
I have Mathcad 14 on an old laptop and need to deactivate its license for possible installation on a new laptop. How is this done?
I have a matrix with three columns. I want to have an if-like statement that searches column 1 and 2 and if both are negative, the result is the maximum of column 3. In this example the result would be 0.0071.Working in Prime 7.
Greetings I have created a function to calculate some parameters. I want also to enter the variable of Lvi and Lvd that are scalars but I have not been successful I want to add to the code f.c the part where you enter the overhangs, I added the matlab script and the language c in mathcad I can do it only until without overhangs if someone can give me some clue how to add that part of the algorithm that I have shown in the matlab script would be of great help, the result should be coordinates in x in the first column and y in the 2nd column.cd "C:\Program Files\PTC\Mathcad Prime 7.0.0.0\Custom Functions" && cl /I. f.c /LD /link /out:f.dll /entry:DllMain mcaduser.lib && cd "C:\Program Files\PTC\Mathcad Prime 7.0.0.0" && MathcadPrime.exe
HiI have two identical scripts with identical input data. However, the output vectors differ. What is wrong with the second one?? Thanks in advance!
I've attached a snapshot of the Mathcad sheet where I'm working. I need some guidance on how to use the minimum and maximum functions in Mathcad to obtain the FTMF values.
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.