COMP130_Symbolic

COMP130_Symbolic

University

10 Qs

quiz-placeholder

Similar activities

conversiones de bases

conversiones de bases

University

10 Qs

La importancia del dato

La importancia del dato

1st Grade - University

10 Qs

Semiconductores

Semiconductores

University

10 Qs

Archivos Digitales

Archivos Digitales

9th Grade - University

14 Qs

Chapter 3 Exploring Linux Filesystems

Chapter 3 Exploring Linux Filesystems

11th Grade - University

10 Qs

Parcial 1, Primera serie

Parcial 1, Primera serie

6th Grade - University

10 Qs

SMITE 6.0: Get to Know Cybersecurity

SMITE 6.0: Get to Know Cybersecurity

University

11 Qs

POSPAGO 5.0

POSPAGO 5.0

University

10 Qs

COMP130_Symbolic

COMP130_Symbolic

Assessment

Quiz

Computers

University

Practice Problem

Medium

Created by

W Mao

Used 8+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

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

Media Image

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)

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?