Co-1 Home Assignment
Co-1 Home Assignment
3+𝑖 7 + 4𝑖 2 − 5𝑖
1. Check that [ 7 − 4𝑖 2 + 5𝑖 3 − 𝑖 ] is a Hermitian matrix or not
−2 − 5𝑖 −2 + 5𝑖 4
2. Encode and Decode the word AMBITION using Matrices
3. Encode and Decode the word HINT using the concept of matrices
4. A florist is making 5 identical bridesmaid bouquets for a wedding. She has $610 to
spend (including tax) and wants 24 flowers for each bouquet. Roses cost $6 each,
tulips cost $4 each, and lilies cost $3 each. She wants to have twice as many roses as
the other 2 flowers combined in each bouquet. Obtain the rank of the coefficient
matrix of the phenomena.
5. A firm can produce three types of cloths A, B and C. Three kinds of wool are required
for it, say red, green and blue wool. One unit of type ‘A’ cloth needs 2 yards of red
wool, 8 yards of green and one yard of blue wool; one unit length of type ‘B’ cloth
needs one yard of red, 3 yards of green and 5 yards of blue wool; one unit length of
type ‘C’ cloth needs 6 yards red, 2 yards of green and one yard of blue wool. The firm
has only a stock of 9 yards red, 13 yards green and 7 yards of blue wool. If total stock
is used, then write mathematical formulation of the problem and determine the
number of units of the three type’s cloth A, B and C to be produced by using Gauss
Elimination method.
6. Ace Novelty wishes to produce three types of souvenirs: types A, B, and C. To
manufacture a type-A souvenir requires 1 minutes on machine I, 2 minute on machine
II, and 3 minutes on machine III. A type-B souvenir requires 2 minute on machine I,
3 minutes on machine II, and 4 minute on machine III. A type-C souvenir requires 3
minute on machine I and 4 minutes on machines II and 1 minute on machine III.
There are 14 min available on machine I, 20 min available on machine II, and 14 min
available on machine III for processing the order. Write mathematical formulation of
the problem and also determine the number souvenirs of each type should Ace Novelty
make in order if use all of the available time by using Gauss Elimination method.
7. Ram, Raj, and Ravi go to a restaurant for lunch and order three different items. Ram
orders 2 plates of fried rice, 3 plates of chicken pieces and 1-plate of curd rice. Raj
orders 1 plate of fried rice, 2 plates of chicken pieces and 3 plates of curd rice. Ravi
orders 3 plates of fried rice, 1 plate of chicken pieces and 2 plates of curd rice. Ram’s
bill costs $9, Raj’s costs $6, and Ravi’s costs $8. Write mathematical formulation of
the problem, to determine plate cost of each item by using Gauss Elimination method.
8. A DC circuit comprises three closed loops. Applying Kirchhoff’s laws to the closed
loops gives the following equations for current flow in milliamperes:
2I1 +3I2 −4I3 = 26;
I1 −5I2 −3I3 =−87;
−7I1 +2I2 +6I3 = 12.
Apply Gauss Seidel method to find current flows I1, I2 and I3 in each loop.
1 2 2
11. Determine the Eigen values and Eigen vectors of the matrix A-1where A = [2 1 2]
2 2 1
12. Determine the Eigen values and Eigen vectors of the matrices
2 7 0 3 0 6
A1 1 3 1 , A2 4 5 3
5 0 8 1 2 1
1 4
13. Verify the system dX/dt=AX is stable or not where A = [ ] also find the eigen
3 2
vectors.