Revisiting previous sessions

Revisiting previous sessions

University

5 Qs

quiz-placeholder

Similar activities

Western States - Locations

Western States - Locations

KG - University

10 Qs

GROUP 10 SDK

GROUP 10 SDK

University

10 Qs

UNIT1_PYTHON

UNIT1_PYTHON

University

10 Qs

Quiz FST 209 (Chap 1 - Chap 2)

Quiz FST 209 (Chap 1 - Chap 2)

University

9 Qs

Pertemuan 2

Pertemuan 2

University

10 Qs

OBJECTS AND CLASSES

OBJECTS AND CLASSES

University

6 Qs

UNIT2_PYTHON

UNIT2_PYTHON

University

10 Qs

Great Plains States - Locations

Great Plains States - Locations

KG - University

10 Qs

Revisiting previous sessions

Revisiting previous sessions

Assessment

Quiz

Other

University

Medium

Created by

Paula Novoa

Used 10+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Models can be classified according to dynamism as:

Deterministic and Stochastic

Steady state and Transient

Distributed and Concentrated

Linear and non-Linear

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The way I can solve an ODE in Python is

fsolve

odeint

solve_ivp

linalg.solve

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

"Modeling a dynamic process can give me information about how the system reach a new steady state. Solving the steady state model just give information about its final state"

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Python package is used to import the ODEINT?

odeint.integrate

numpy.integrate

scipy.integrate

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

I know how to perform a material balance?

No

Yes, I guess...

Yes, and I can show you