- P2 What Is The Output Of This Code X Linspace 7 1 3 Y 1 Exp 1 1 Z Cross X Y Disp Max Z B 7 A 1 (11.05 KiB) Viewed 23 times
P2. What is the output of this code? x - linspace (7,1,3): y = 1: (exp (1) +1); z = cross (x,y); disp (max (z)); B) 7 A)
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
P2. What is the output of this code? x - linspace (7,1,3): y = 1: (exp (1) +1); z = cross (x,y); disp (max (z)); B) 7 A)
P2. What is the output of this code? x - linspace (7,1,3): y = 1: (exp (1) +1); z = cross (x,y); disp (max (z)); B) 7 A) 10 C) 8 D) O E) 9 B F) 4 G) 3.5