SimReal / Python / Matlab: Programming - Exercise - Mathematics - Function |
SimReal - Python - Matlab |
001. y = xx The function y = xx is not defined for x = 0. Anyway it can be of interest to study this function when x is positive and close to 0. Write an application that study this function, either by printing different values and/or drawing a graph of the function. |
SimReal - Python - Matlab |
002. Newton's Method Use Newtons method to find zero points of a given function. |