SimReal / Python / Matlab: Programming - Exercise - Mathematics - ExpLog |
SimReal - Python - Matlab |
001. y = ex Write an application to draw the graph of the exponential function: y = ex |
SimReal - Python - Matlab |
002. y = ex and y = e-x Write an application to draw the graph of the two functions: y = ex y = e-x |
SimReal - Python - Matlab |
003. y = ln(x) Write an application to draw the graph of the logarithmic function: y = ln(x) |
SimReal - Python - Matlab |
004. y = ln(x) and y = log10(x) Write an application to draw the graph of the natural and Brigg's logarithmic function: y = ln(x) y = log10(x) |
SimReal - Python - Matlab |
005. y = bx and it's inverse y = logb(x) Write an application to draw the graph of the exponential function y = bx and it's inverse y = logb(x): y = bx y = logb(x) |
SimReal - Python - Matlab |
006. y = Ae-kxsin(fx) Write an application to draw the graph of damped oscillation: y = Ae-kxsin(fx) |
SimReal - Python - Matlab |
007. Piston Write an application to model and simulate the motion of a piston using complex expoential functions to describe the position and velocity. Task Practical experiment Mathematical model |