Answered step by step
Verified Expert Solution
Question
1 Approved Answer
QUESTION 1 ( a ) Suppose that A is a 2 2 matrix with real numbers as elements: A = [ e 6 + 1
QUESTION
a Suppose that is a matrix with real numbers as elements:
Compute iiv and provide the supporting code by using OctaveMATLAB
i Inverse of A
ii Transpose of
iii Trace of
iv Determinant of
b The prices of three commodities gold G silver S and platinum P are in Rands and per units respectively. Person A purchases units of and sells two units of and units of Person B purchases units of P and sells units of G and one unit of S Person C purchases one unit of G and sells unit of S and one unit of P In the process, A B and C earn R R and R respectively. Determine the prices per unit of G S and P by using the construct method. Hint: Use GNU Octave to solve a system of three equations.
c Suppose that a banker wants to code a system to calculate the compound interest. To build this model we consider the principal amount A that is invested for a term of years, with an annual interest rate that grows at The banker wants to know the final balance for the investments of R R R R and R in his portfolio over years with interest rate of
Write an OctaveMatlab code that impliments and solves the above problem.
d The steadystate current I flowing in a circuit that contains a resistance capacitance and inductnce in series is given by:
where and are the input voltage and angular frequency, respectively. Write a MATLABOctave program that computes the value of I.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started