Both symbolic variables and expressions are represented in Matlab using the sym datatype.
COMP130_Symbolic

Quiz
•
Computers
•
University
•
Medium
W Mao
Used 5+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
True
False
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Given the following code:
syms x;
expr = x + 2;
x = 10;
What would be the value of expr * 3 ?
double value 36
symbolic expression 3*x + 6
error
symbolic value 36
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Symbolic equations are created using
=
==
===
the isequal function
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following code outputs 2?
syms x;
int(diff(x^2))
syms x;
diff(diff(x^2))
syms x;
diff(int(x))
syms x;
int(int(x))
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the output of the following code?
z = str2sym('a+2*a+(a-1)^2')
collect(z)
error
3*a + (a - 1)^2
a^2 + a + 1
a + 2*a + a^2 - 2*a + 1
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
syms x a b c;
e1 = a*x^2+b*x+c == 0;
Given the above code, which of the following outputs x^2 + 2*x + 3 == 0 ?
subs(e1,{1, 2, 3})
subs(e1,[1, 2, 3])
subs(e1, {a, b, c}, {1, 2, 3})
subs(e1, (a, b, c), (1, 2, 3))
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
syms x
y = x^2;
Given the above code, which of the following is most likely to generate the figure?
fplot(y, [-7,7])
fplot(y)
fplot([-7, 7], y)
plot(x, y)
Create a free account and access millions of resources
Similar Resources on Quizizz
14 questions
Tema 1 - GIT

Quiz
•
University
11 questions
Excel

Quiz
•
University
15 questions
Chapter 14 (Docker)

Quiz
•
University
10 questions
Python Sets

Quiz
•
University
14 questions
JavaScript

Quiz
•
University
10 questions
C Programming Quiz-1

Quiz
•
University
10 questions
Multiple Regression Analysis

Quiz
•
University - Professi...
10 questions
Excel Functions Quiz

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade