import numpy as np matrix = np.array([[1, 3, 9], [7, 12, 35], [93, 2, 98]]) e = matrix[1, 2]
Added by Mark S.
Close
Step 1
Step 1: The code imports the numpy library and assigns it the alias 'np'. Show more…
Show all steps
Your feedback will help us improve your experience
Ankit Gupta and 69 other AP CS educators are ready to help you.
Ask a new question
Labs
Want to see this concept in action?
Explore this concept interactively to see how it behaves as you change inputs.
Key Concepts
Recommended Videos
Given the matrix $\mathbf{E}$ $$\mathbf{E}=\left[\begin{array}{ll|l}3 & -2 & 8 \\9 & -1 & 7\end{array}\right]$$ a. What is the element in the second row and third column? b. What is the element in the first row and second column?
Systems of Linear Equations and Inequalities
Solving Systems of Linear Equations by Using Matrices
Find the dimensions of the given matrix and identify the given entry. $$ E=\left[\begin{array}{ccccc} e_{11} & e_{12} & e_{13} & \ldots & e_{1 q} \\ e_{21} & e_{22} & e_{23} & \ldots & e_{2 q} \\ \vdots & \vdots & \vdots & \ddots & \vdots \\ e_{p 1} & e_{p 2} & e_{p 3} & \ldots & e_{p q} \end{array}\right] ; E_{22} $$
Matrix Algebra and Applications
Matrix Addition and Scalar Multiplication
Daniel C.
Recommended Textbooks
Computer Science and Information Technology
Introduction to Programming Using Python
Computer Science - An Overview
Transcript
18,000,000+
Students on Numerade
Trusted by students at 8,000+ universities
Watch the video solution with this free unlock.
EMAIL
PASSWORD