Can Computers Solve Transcendental Equations?

  • Thread starter Thread starter physics4ever
  • Start date Start date
physics4ever
Messages
18
Reaction score
0
Hi
I wanted to find out what transcendental equations actually are. Can the computer solve such equations?
Thanks,
Sunayana.
 
Physics news on Phys.org
Elementary Operations :
+,-,*,/,nthroot()

If any equation can be described by these operations alone, then such an equation is called algebraic equation. If not, they are called transcendental equations.

Can computers solve such equations?
Approximate solutions ofcourse, exact solutions ofcourse not!

-- AI
 
I think you're under a slight misapprehension: computers can't (even) solve (algebraic) equations generally, if you mean outputting a number in a recognizable form that is a/the precise answer. There are almost no equations algebraic or transcendental that have solutions that can be output as a finite binary expansion which is all a computer deals with (possibly up to base change). I am ignoring the few symbolic manipulations that can be done.i'd like to add that algebraic things involve finitely many of those operations, so that

2=1+x+x^2/2! + x^3/3!+...

is not algebraic (its exact solution is of course x=log(2)...
 
Last edited:
Back
Top