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=

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter7: Arrays
Section: Chapter Questions
Problem 3PP: (Numerical) Given a one-dimensional array of integer numbers, write and test a function that...
icon
Related questions
Question
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 2]
A=
3 4
Transcribed Image Text: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 2] A= 3 4
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 1 images

Blurred answer
Knowledge Booster
Functions
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.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr