matrices A, B, and C.

Answer the following questions based on given matrices A, B, and C.
A = [ 1 2 3 4 5; 2 3 4 5 6; 3 4 5 6 7]
B = [0 1 2; 1 2 3; 0 4 5]
C = [-1 0 0; 1 1 0; 0 0 2]
  • What is A(: , 1) ?
  • What is A(1 , :) ?
  • What is A(2:3 , 4:5) ?
  • What is A .* B ?
  • What is B . * C ?
  • What is A * 5 ?
  • What is B + C ?

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Asked:

on 19 Nov 2020

Commented:

on 19 Nov 2020

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!