NEED HELP WITH A MATLAB SCRIPT FOR BOTH THE QUESTIONS. ITS VERYVERY URGENT. PLEASE HELP.
ICA 16-15 Write a program to store the following matrices into MATLAB. All variable assignments should be suppressed. If the variable assignment is not possible or causes an error message on the screen, assign the variable the value NaN, which is a MATLAB built-in value representing a non-value value, also referred to as a null value. 6 35 1 A= | 4₁ | B =[³ | C=[ 0 1] D=||| -38 55 G = (a) a = A*B (b) b =A + B (c) c =A+C (d) d=C - E 78 3 482 595 J=[1_2_C_299_300] K = L = H = [1 2 D 299 300 | 1 = 20 40 D 180 200 10 20 D 90 100 E = M = (e) e = FT (f) f=C*D (g) g=ET + 30 (h) h=E2*50 365 7 15 200 198 C -298 -300 (i) i=B²*50 (j) j=E*F (k) k=F*E (1) 1= G² 5 50 10 45 D D 45 -45 50 -50 200 198 D -298 -300 ICA 16-16 Write a program to perform the following calculations, assuming the variables are already defined as in ICA 16-15. Calculations should not be suppressed. If the calculation is not possible or causes an error message on the screen, assign the variable the value NaN, which is a MATLAB built-in value representing a non-value value, also referred to as a null value. Here, note that a superscripted "T" indicates the matrix should be transposed. F = 28 4 3 1 5 (m) m = H + 35 (n) n = J 100 (0) 0 = I¹* I (p) p = JT* J
NEED HELP WITH A MATLAB SCRIPT FOR BOTH THE QUESTIONS. ITS VERY VERY URGENT. PLEASE HELP.
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am