Mathcad errors galore (symbolic evaluation)

In summary: This indicates that you are accessing the jth element in the summation. And yes, when defining a variable with variables within it, you do need to call the variables as arguments. In summary, when using mathcad for Rayleigh-Ritz approximation of critical elastic buckling load of a joists top chord, it is important to note that including a summation inside an integral can cause errors. To avoid this, define scalar variables for each term in the summation and use those in the integral instead. Also, when using a variable with variables within it, make sure to call them as arguments.
  • #1
Fat Ryan
50
0
Hello,

I'm trying to use mathcad to do Rayleigh-Ritz approximation of the critical elastic buckling load of a joists top chord. The joists support a standing seam roof which acts to stabilize the top chord from out of plain buckling. In order to approximate the buckled shape, I chose to use a Fourier series: SUM(aj*sin(j*PI*x/L)) with j=1 to nclips. nclips is the number of roof clips along the length of the chord that is being analyzed. I've done similar problems in a Stability of Structures class I just finished in the spring. Using mathcad to do these evaluations symbolically has been a problem since day one. I finally thought I figured out the secrets to getting an answer and not an error, but I guess I was wrong. I don't believe I've ever included a summation inside an integral though. Could this be the issue? If I am defining a variable that will have variables within it, I need to call the variables as arguments, correct? This has worked for me until now. I'm trying to define a variable that has variables within it. But those variables within it come from another definition with variables within it. Mathcad doesn't seem to like this. If i use arguments in the definitions, i get an "exponent overflow" error. If i don't call arguments, i get "this value must be a scalar". also, in my summation i have aj... for the j do i use "." or "["? I am using "[" now as "." didnt work for me. Or is there some other way to do it? Thanks.

p.s. sorry if this is totally confusing. I don't know how to properly word it.
 
Physics news on Phys.org
  • #2
I'm trying to learn and this is just a part of it.The issue could be that you are including a summation inside an integral. Integrals require all variables to be defined as scalar values, which means that the summation inside the integral must also consist of scalar values. You can try defining a scalar variable for each term in your summation and then use that in your integral instead. For example, if you have a summation from j=1 to nclips, then define a scalar variable for each term in the summation (aj, bj, etc.) and then use those variables in the integral instead of the summation. As for the j in your summation, you should use "[" instead of ".".
 

1. What is Mathcad?

Mathcad is a computer software program used for mathematical calculations, data analysis, and visualization.

2. What are Mathcad errors galore (symbolic evaluation)?

Mathcad errors galore (symbolic evaluation) refer to a common issue where the software is unable to evaluate a mathematical expression due to missing or incorrect variables, units, or other mathematical errors.

3. How can I fix Mathcad errors galore (symbolic evaluation)?

The best way to fix Mathcad errors galore (symbolic evaluation) is to carefully review your mathematical expressions and ensure that all variables, units, and equations are correctly entered. Additionally, using the built-in error checking tools in Mathcad can help identify and fix errors.

4. Can Mathcad errors galore (symbolic evaluation) be prevented?

While some errors may be unavoidable, there are steps that can be taken to prevent Mathcad errors galore (symbolic evaluation). These include double-checking all mathematical expressions, using consistent units, and utilizing error checking tools.

5. Is there a way to troubleshoot Mathcad errors galore (symbolic evaluation)?

Yes, Mathcad has built-in tools for troubleshooting errors, such as the "Solve" function and the "Check Units" option. Additionally, there are online resources and forums available for troubleshooting specific errors.

Similar threads

  • MATLAB, Maple, Mathematica, LaTeX
Replies
4
Views
3K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
2
Views
5K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
1
Views
7K
  • Calculus and Beyond Homework Help
Replies
6
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
2
Views
1K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
1
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
2
Views
3K
  • Set Theory, Logic, Probability, Statistics
Replies
5
Views
2K
Replies
1
Views
6K
  • Programming and Computer Science
Replies
4
Views
12K
Back
Top