Clear Filters
Clear Filters

Question about matrix ????

3 views (last 30 days)
ahmad qadan
ahmad qadan on 18 Mar 2018
Answered: Rik on 18 Mar 2018
a = [ 4 5 ; 6 7 ] --- b = [ 1 0 ; 0 1] ---- z = 2^a --- x = a&b ----
What processes occur on z and x

Accepted Answer

Rik
Rik on 18 Mar 2018
z=2^a; is a matrix exponentiation and x=a&b; is an element-wise logical AND operation.

More Answers (0)

Categories

Find more on Multidimensional Arrays in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!