Skip to main content
1-Visitor
March 9, 2020
Question

Coefficients evaluated/shown in an equation

  • March 9, 2020
  • 2 replies
  • 2108 views

Hi,

I am looking for a solution to my question, "can the coefficients be evaluated/shown as numbers in an equation?" 

 

example)

 

a:= 3     b:=3   c:=7

 

2a (x^2) + 3b (x) - (a+b+c) = 0  

 

can the obove be shown as:  6(x^2) + 9x - 13 = 0 

2 replies

16-Pearl
March 9, 2020

only partially as far as I can see

the symbolic will give the answer you are looking for but cannot have the =0

23-Emerald IV
March 9, 2020

You mean like this:

LucMeekes_0-1583745587041.png

?

What version of Mathcad or Prime are you using?

 

Luc

pyoyoon1-VisitorAuthor
1-Visitor
March 9, 2020

Thank you!  It was perfectly working for my purpose!

 

Actually, my equation is a bit more complex.

 

pyoyoon_0-1583746198803.png

 

Your suggestion perfectly worked!

When I tried to solve the original without using EQ(), my MathCad 14 just returned the red-colored original.

23-Emerald IV
March 9, 2020

You can also do it the other way around: First solve symbolically, then plug in the numbers. Like this:

LucMeekes_0-1583748057418.png

Success!
Luc