Operations with SciPy#
Exercise: Compare NumPy and SciPy on different operations, such as exponential functions and similar (choose at least 3).
Level: Easy.
# Your code here
Exercise: Can you find a way to print how long did it take for the two libraries to solve the same task? Hint: there are different libraries that you can use, try to search for “time execution in Python”.
Level: Easy.
# Your code here
Exercise: Let’s have some fun solving equations! Write an equation and give it to one of your peers to solve.
Level: Easy.
# Your code here
Exercise: Now solve the same equation yourself.
Level: Easy.
# Your code here
Exercise: How did it go? Were they able to solve it? Did you notice any difference between the code? Reflect on it.
Level: Easy.
# Your code here