MATLAB Basics: Arithmetic Operations and Functions

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/20

flashcard set

Earn XP

Description and Tags

These flashcards cover key vocabulary related to arithmetic operations, built-in functions, variable management, and formatting commands in MATLAB.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

21 Terms

1
New cards

Addition

An arithmetic operation that combines two numbers to get their total.

2
New cards

Subtraction

An arithmetic operation that determines the difference between two numbers.

3
New cards

Multiplication

An arithmetic operation that calculates the total when one number is taken a certain number of times.

4
New cards

Division

An arithmetic operation where one number is divided by another.

5
New cards

Exponentiation

An arithmetic operation that raises a number to a power.

6
New cards

Order of Precedence

The rules defining the order in which operations are performed in calculations.

7
New cards

Parentheses

Used to group operations in expressions to dictate order.

8
New cards

Fixed-point format

A way to display numbers with a fixed number of digits after the decimal.

9
New cards

Scientific notation

A method of expressing numbers as a product of a number between 1 and 10 and a power of 10.

10
New cards

Square root

A function that returns a number that, when multiplied by itself, gives the original number.

11
New cards

Factorial

A function that multiplies a number by every positive integer less than itself.

12
New cards

Sine (sin) function

A trigonometric function that calculates the sine of an angle.

13
New cards

Round function

A function that rounds a number to the nearest integer.

14
New cards

Assignment operator

The equals sign '=' used to assign values to variables.

15
New cards

Predefined variable 'ans'

Automatically stores the result of the last computation not assigned to a variable.

16
New cards

Keywords

Reserved words in MATLAB that cannot be used as variable names.

17
New cards

Infinity (inf)

A constant in MATLAB representing an unbounded quantity.

18
New cards

Not-a-Number (NaN)

A value in MATLAB used to represent an undefined or unrepresentable numerical result.

19
New cards

Clear command

Used to remove one or all variables from memory in MATLAB.

20
New cards

Who command

Displays a list of the variables currently in memory.

21
New cards

Whos command

Displays variables in memory along with their sizes and data types.