User profile: nn208

User info
User name:nn208
History
Joined:
Number of posts:3
Latest posts:

Finding the root of a function using secant method
hey! I want to find the root of an equation f(x) by using the secant method (http://en.wikipedia.org...

Declaring a function
I want to define the following function: f(x)= sin(a*x/(1+x^2))*atan(bx)+atan(x) where a,b are con...

Evaluating the precision of the difference of 2 numbers
As you will understand I am an absolute beginner and therefore your help is really appreciated. The ...