0% found this document useful (0 votes)
76 views4 pages

Module 1 - Matlab - Homework #1

The document provides instructions for homework assignment #1 for an engineering course. Students are asked to: 1) Develop a MATLAB script to perform 10 matrix operations on matrix A provided in an accompanying data file. 2) Put the MATLAB script in the "Program box" section and paste the results from the command window into the "Solution box" section of the document. 3) The deadline for submission is the 3rd week on Sunday at 11:59pm. Files should be named with the student's name and submitted as a PDF or Word file through the assignment link. Late or non-compliant submissions may impact the student's grade.

Uploaded by

By Supermiluth
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
76 views4 pages

Module 1 - Matlab - Homework #1

The document provides instructions for homework assignment #1 for an engineering course. Students are asked to: 1) Develop a MATLAB script to perform 10 matrix operations on matrix A provided in an accompanying data file. 2) Put the MATLAB script in the "Program box" section and paste the results from the command window into the "Solution box" section of the document. 3) The deadline for submission is the 3rd week on Sunday at 11:59pm. Files should be named with the student's name and submitted as a PDF or Word file through the assignment link. Late or non-compliant submissions may impact the student's grade.

Uploaded by

By Supermiluth
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

EE2010.

HOMEWORK #1
The deadline is 3th week, Sunday 11.59pm

Student Name_____________________________#___________

Academic Honor Pledge


In completing this homework, I have refrained from any form of academic dishonesty or deception such as
cheating or plagiarism. This work is solely my own origin. I affirm I am the student registered for and taking
this homework. Misrepresentation is considered academic misconduct and may result in failure of the
course and/or further disciplinary action, including dismissal from the University

Signature_______________ (no accepted without sign)


Student instructions:
Before to start with HW#1 watch the Video EE2010_How to start with Matlab
Solve the problems using Matlab. Put your result in the appropriate red box. Your script can be tested and
your result verified. Not working program will not be grated. To get the result use copy-paste text (no
image) from Matlab editor and command window. Manually written results will not be accepted. Submit
your solution as a pdf or MS Word (alternative is WPS Office free) file into Assignment link. Two attempts of
submission is available. The HW#1 is 10 points of your final grade. Submission file should be named as
“Your Name_HW#1_Term.pdf “. The deadline is 3th week, Sunday 11.59pm. Ignoring the above instruction
and/or overdue the deadline might cause your grade dropping.

1) Problem statement: Develop the Matlab script (m-file) that running main operations over the matrix A.
Matrix A is available in accompany file “Data for HW#1.pdf ". Print your matrix in the solution box (see
page 3). Your solution should be consist with your data matrix. If solution will not be consistent with
your matrix, your HW will be rejected. The MATLAB program should be developed as a solid program
and script put as a text file into Program box (page 2). Avoid semicolon, when you need to display
the result in the Command Window. Use format short. Run the program. Copy the result from the
Command Window and past as a text file into Solution box (page 3).

Developed program that should resolve the following 10 problems:


1) Print your matrix A.
2) Find the determinant of A.
3) Find the matrix Z = A2, with the square values of all elements of A.
4) Find the matrix B = AT which is transpose of matrix A.
5) Find the product of matrix C = A AT where T is transpose sign.
6) Form vector v, whose elements are the element by element product of column 2 and column
4 of matrix A.
7) Form vector u whose elements are the subtraction of row 4 and row 2 of matrix A.
8) Find the norms ||A||1, ||A||, and ||A||E, of the matrix A.
9) Find the rank of matrix A.
10)Find inverse of matrix A, means A-1, and find the product AA-1

1
Put the Matlab script into Program box below. Put all answers into the Solution box below.
Program box. Put your Matlab script here. Use copy – paste from the editor (extend the box as need)

2
Solution box. Put your result here. Use copy –paste from the command window (text, not picture). Extend the
box if you need

3
Solution box (Continue if it requires)

You might also like