Q6) Write a function m-file called make_A.m that takes in 4 numbers and puts them in a 2x2 matrix, where the first number in the list goes in the (1,1) position, the second number goes in the (1,2) position, the third number goes in the (2,1) position and the last number goes in the (2,2) position. Your function should output a 2x2 matrix A. Use your function to make 1 27 A=
Q6) Write a function m-file called make_A.m that takes in 4 numbers and puts them in a 2x2 matrix, where the first number in the list goes in the (1,1) position, the second number goes in the (1,2) position, the third number goes in the (2,1) position and the last number goes in the (2,2) position. Your function should output a 2x2 matrix A. Use your function to make 1 27 A=
Related questions
Question
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 4 steps with 1 images
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.