Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
codebasics
GitHub Repository: codebasics/deep-learning-keras-tf-tutorial
Path: blob/master/4_matrix_math/4_matrix_math.md
1141 views

Exercise: Matrix Math

  1. Below is some indian companies revenues in US dollars. Using numpy can you convert this into Indian rupees? 1 USD = 75 INR

  1. Divine flowers is a flower shop that sells different type of flowers. Below is the table showing how many flowers of each type they sold in different months. Also given are the prices of one flower each. Using this find out their total sales in every month.

Click here for solution of 1 and 2

  1. Here is some matrix exercise from mathisfun.com. Please click on a link below and do the exercise.

Click me for matrix exercise