Python-Course

Qt for Python << Previous Next >> STL

Math

Basic algebra concept (代數)

https://www.ck12.org/book/CK-12-Basic-Algebra-Concepts/  (K-12 教材)

數學教材: https://openstax.org/subjects/math 

Pre algebra: https://d3bxy9euw4e147.cloudfront.net/oscms-prodcms/media/documents/Prealgebra-OP_7D9i20P.pdf 

Elementary algebra: https://d3bxy9euw4e147.cloudfront.net/oscms-prodcms/media/documents/ElementaryAlgebra-OP_71KfFB6.pdf 

Intermedia algebra: https://d3bxy9euw4e147.cloudfront.net/oscms-prodcms/media/documents/IntermediateAlgebra-OP_dzG9dw4.pdf 

Algebra and trigonometry: https://d3bxy9euw4e147.cloudfront.net/oscms-prodcms/media/documents/AlgebraAndTrigonometry-OP_hyusk2X.pdf 

Colege algebra: https://d3bxy9euw4e147.cloudfront.net/oscms-prodcms/media/documents/CollegeAlgebra-OP_s3hAxEt.pdf 

Calculus Vol. 1: https://d3bxy9euw4e147.cloudfront.net/oscms-prodcms/media/documents/CalculusVolume1-OP.pdf 

Calculus Vol. 2: https://d3bxy9euw4e147.cloudfront.net/oscms-prodcms/media/documents/CalculusVolume2-OP_7nNwGJD.pdf

Calculus Vol. 3: https://d3bxy9euw4e147.cloudfront.net/oscms-prodcms/media/documents/CalculusVolume3-OP.pdf 

數學與電腦程式相同, 都是溝通用的語言

語言的學習, 只有開始, 沒有結束, 必須終身學習

Math, like English, French, Spanish (西班牙語), or Arabic (阿拉伯語), is a second language that you must learn in order to be successful. There are verbs (動詞) and nouns (名詞)  in math, just like in any other language. In order to understand math, you must practice the language.

A verb is a “doing” word, such as running, jumping, or driving. In mathematics, verbs are also “doing” words. A math verb is called an operation (運算). Operations can be something you have used before, such as addition (加法), multiplication (乘法), subtraction (減法), or division (除法). They can also be much more complex like an exponent (指數) or square root (平方根). 

A noun is usually described as a person, place, or thing. In mathematics, nouns are called numbers and variables (變數). A variable is a symbol, usually an English letter, written to replace an unknown or changing quantity.

An algebraic expression (代數表達式) is a mathematical phrase combining numbers and/or variables using mathematical operations. First we need to choose a variable for this unknown number. The letter n is a common choice, so we'll use that. To write the expression, first express 5 times the number by

5(n).

Now we need to express "2 more" than 5(n) Two more means that we should add two.

5(n)+2.

Exponent (指數): Exponents are used to describe the number of times that a term is multiplied by itself.

Operation (運算): Operations are actions performed on variables, constants, or expressions. Common operations are addition, subtraction, multiplication, and division.

Square root (平方根): The square root of a term is a value that must be multiplied by itself to equal the specified term. The square root of 9 is 3, since 3 * 3 = 9.

algebraic (代數的): The word algebraic indicates that a given expression or equation includes variables.

The order of operations (運算次序) specifies the order in which to perform each of multiple operations in an expression or equation. The order of operations is: P - parentheses, E - exponents, M/D - multiplication and division in order from left to right, A/S - addition and subtraction in order from left to right.

Some math verbs are “stronger” than others and must be done first. This method is known as the order of operations.

Whatever is found inside PARENTHESES must be done first. EXPONENTS are to be simplified next. MULTIPLICATION and DIVISION are equally important and must be performed moving left to right. ADDITION and SUBTRACTION are also equally important and must be performed moving left to right.

Parentheses (括號) "(" and ")" are used in algebraic expressions as grouping symbols.

Brackets [ ], are symbols that are used to group numbers in mathematics. Brackets are the 'second level' of grouping symbols, used to enclose items already in parentheses.

Grouping symbols are parentheses or brackets used to group numbers and operations.

A real number is a number that can be plotted on a number line. Real numbers include all rational and irrational numbers.

In algebra, to substitute (代換) means to replace a variable or term with a specific value.

A fraction is a part of a whole. A fraction is written mathematically as one value on top of another, separated by a fraction bar. It is also called a rational number.

A fraction bar is a line used to divide the numerator and the denominator of a fraction. The fraction bar means division.

Volume is the amount of space inside the bounds of a three-dimensional object.

expressions  表達式

equations 方程式: An equation is a mathematical sentence that describes two equal quantities. Equations contain equals signs.

functions 函式:  Functions are methods of explaining relationships and can be represented as a rule, a graph, a table, or in words.

The range of a function is the set of  values for which the function is defined.

The vertical axis is also referred to as the -axis of a coordinate graph. By convention, we graph the output variable on the -axis.

variable (變數): A variable is a symbol used to represent an unknown or changing quantity. The most common variables are a, b, x, y, m, and n.

Careers such as automobile accident investigators, quality control engineers, and insurance originators use equations to determine the value of variables.

The amount of money in a savings account, how many miles run in a year, or the number of trout in a pond are all described using functions.

choose the best variables to describe a situation, simplify an expression using the Order of Operations, describe functions in various ways, write equations, and solve problems using a systematic approach.

basic algebra concepts, such as properties of exponents, multiplying and factoring
polynomials, equation solving, and applied problems.

graphs, slope, equations of lines, and functions, regression

The greater-than-or-equal-to symbol "$\ge$" indicates that the value on the left side of the symbol is greater than or equal to the value on the right.

The less-than-or-equal-to symbol "$\le$" indicates that the value on the left side of the symbol is lesser than or equal to the value on the right.

The not-equal-to symbol "$\ne$" indicates that the value on the left side of the symbol is not equal to the value on the right.


Qt for Python << Previous Next >> STL