Consider the following arrays: A = -1:1:1 B = -2:2:2 C = 0:1:2 What answer will the following commands produce in Octave? 1. C

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter6: Arrays
Section: Chapter Questions
Problem 17RQ
icon
Related questions
Question

Octave 

Consider the following arrays:
A = -1:1:1
B= -2:2:2
C= 0:1:2
What answer will the following commands produce in Octave?
1. C<A Answer:
2. B> A Answer:
3. A == B Answer:
4. A-= C Answer:
5. (C-= A) && (A == B) Answer:
6. (B > A) || (C > A) Answer:
7. A & B Answer:
8. A B Answer:
9. A & C Answer:
10. A C Answer:
昌
Transcribed Image Text:Consider the following arrays: A = -1:1:1 B= -2:2:2 C= 0:1:2 What answer will the following commands produce in Octave? 1. C<A Answer: 2. B> A Answer: 3. A == B Answer: 4. A-= C Answer: 5. (C-= A) && (A == B) Answer: 6. (B > A) || (C > A) Answer: 7. A & B Answer: 8. A B Answer: 9. A & C Answer: 10. A C Answer: 昌
Expert Solution
steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Storage Devices
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage