What is Multiplication: Definition and 496 Discussions

Multiplication (often denoted by the cross symbol ×, by the mid-line dot operator ⋅, by juxtaposition, or, on computers, by an asterisk *) is one of the four elementary mathematical operations of arithmetic, with the other ones being addition, subtraction and division. The result of a multiplication operation is called a product.
The multiplication of whole numbers may be thought of as a repeated addition; that is, the multiplication of two numbers is equivalent to adding as many copies of one of them, the multiplicand, as the quantity of the other one, the multiplier. Both numbers can be referred to as factors.




a
×
b
=




b
+

+
b





a

times





{\displaystyle a\times b=\underbrace {b+\cdots +b} _{a{\text{ times}}}}
For example, 4 multiplied by 3, often written as



3
×
4


{\displaystyle 3\times 4}
and spoken as "3 times 4", can be calculated by adding 3 copies of 4 together:




3
×
4
=
4
+
4
+
4
=
12


{\displaystyle 3\times 4=4+4+4=12}
Here, 3 (the multiplier) and 4 (the multiplicand) are the factors, and 12 is the product.
One of the main properties of multiplication is the commutative property, which states in this case that adding 3 copies of 4 gives the same result as adding 4 copies of 3:




4
×
3
=
3
+
3
+
3
+
3
=
12


{\displaystyle 4\times 3=3+3+3+3=12}
Thus the designation of multiplier and multiplicand does not affect the result of the multiplication.The multiplication of integers (including negative numbers), rational numbers (fractions) and real numbers is defined by a systematic generalization of this basic definition.
Multiplication can also be visualized as counting objects arranged in a rectangle (for whole numbers), or as finding the area of a rectangle whose sides have some given lengths. The area of a rectangle does not depend on which side is measured first—a consequence of the commutative property.
The product of two measurements is a new type of measurement. For example, multiplying the lengths of the two sides of a rectangle gives its area. Such products is the subject of dimensional analysis.
The inverse operation of multiplication is division. For example, since 4 multiplied by 3 equals 12, 12 divided by 3 equals 4. Indeed, multiplication by 3, followed by division by 3, yields the original number. The division of a number other than 0 by itself equals 1.
Multiplication is also defined for other types of numbers, such as complex numbers, and more abstract constructs like matrices. For some of these more abstract constructs, the order in which the operands are multiplied together matters. A listing of the many different kinds of products used in mathematics is given in Product (mathematics).

View More On Wikipedia.org
  1. K

    Comp Sci Fortran element by element array multiplication

    Homework Statement Hello, I'm having a problem in multiplying two vectors together in a specific way in Fortran. I can do it in Matlab, but can't work out how to do it in Fortran. The problem is that i want to multiply two vectors together, but only each element by it's corresponding...
  2. M

    Three-Dimensional Matrix Multiplication

    Does this concept exist? Google yields weird results that mostly have to do with programming, and Wikipedia says nothing about it. I always find that I understand tensor math better when I can translate it into matrix notation, but if I'm dealing with tensors of too high a rank, I don't know...
  3. C

    Properties of Logarithms, Division and Multiplication

    Homework Statement Express in terms of logarithms x, y, z or w. Problem: loga(x8w/y2z4) Homework Equations log(u/w) = log u - log w log(uw) = log u + log w The Attempt at a Solution Here are my attempts: As you can see, the answers are pretty similar. I'm assuming...
  4. S

    Multiplication of negative numbers

    Hello everyone I have trouble understanding the idea of multiplying two negative numbers. Why is product of such multiplication a positive number? Its so confusing.
  5. M

    Proving & Solving Integrals with Multiplication Theorem

    Homework Statement Prove \sqrt{\frac{2}{\pi}}\int^{\infty}_0x^{-\frac{1}{2}}\cos (xt)dx=t^{-\frac{1}{2}} and use that to solve \int^{\infty}_0\cos y^2dy Is this good way to try to prove? Homework Equations The Attempt at a Solution Homework Statement...
  6. H

    Finding a group isomorphism under modulo multiplication

    Homework Statement I am given the group (G,\bullet) consisting of all elements that are invertible in the ring Z/20Z. I am to find the direct product of cyclic groups, which this group G is supposedly isomorphic to. I am also to describe the isomorphism. Homework Equations The...
  7. P

    Proving W^a=0 in Tensor Multiplication: A critical analysis

    This book says that if W^aX_a=0 and X_a is arbitrary, then I should be able to prove that W^a=0. I don't see how this is possible. This is the equivalent of the vector dot product, so if, say, X_a=(1,0,0,0), then W^a could be (0,1,1,1), and the dot product would be 1*0+0*1+0*1+0*1=0. Why would...
  8. L

    The sum and multiplication of periodic functions

    Homework Statement Hi, my question is whether the sum and multiplication of two periodic functions (with a common period) are periodic. Our functions are R\rightarrowR. Homework Equations The Attempt at a Solution f(x)=f(x+T) g(x)=g(x+T) T is the period. h(x)=f(x)+g(x)...
  9. M

    Python multiplication table and user input

    Homework Statement I'm having and issue with this problem, and I don't understand what I'm doing wrong, I really want to understand the material Write code that will print a multiplication table for 10 positive integers across the columns and 10 positive integers down the rows. Prompt the...
  10. A

    Multiplication of two matrices ? one in GF(2) other in R

    Homework Statement H is a nxn matrix with elements in {0,1} G is a nxn matrix with elements in GF(2) m is a nx1 vector with elements in GF(2). How can we perceive the output of HGm where Gm multiplication is in GF(2) and H multiplication is a normal real multiplication. Actually I want...
  11. J

    I'm having difficulty proving this is a group under multiplication

    Homework Statement The Attempt at a Solution The above is my work. The problem is trying to make sure the inverse is element of the subgroup. Any leads? Also, was I correct in solving for x and y in that fashion?
  12. P

    How Do Dot Product and Cross Product Differ in Vector Multiplication?

    Actually I have two questions Homework Statement Vectors A and B are shown on the figure below. Which one of the following statements is correct? a) A . B = 0 and A × B ≠ 0 b) A . B ≠ 0 and A × B = 0 c) A . B ≠ 0 and A × B ≠ 0 d) A . B = 0 and A × B = 0 Picture: http://i.imgur.com/X0GB9.png...
  13. A

    Addition and multiplication in Z/nZ

    I need to show that addition and multiplication are well-defined in Z/nZ. So far, I've figured out that I need to work within this framework: Suppose a ~ a' and b ~ b'. Try to prove a + b ~ a' + b'. If a ~ a'...something If b ~ b'...something Any ideas?
  14. U

    Rather easy problem involving set multiplication

    Homework Statement A = { 1, 1, 2, 5} B = [1, 2] find A x B Homework Equations not much The Attempt at a Solution well, the problem itself seems easy enough The thing is, I'm not very sure what it means to multiply a set by an interval... just need a little help with this...
  15. D

    Linear algebra matrices multiplication (transpose)

    Homework Statement We are looking for the matrix A Homework Equations (A^transpose)^transpose=A The Attempt at a Solution i would start with finding the transpose of the matrix. -5 0 -8 -7
  16. N

    Show that T preserves scalar multiplication - Linear Transformations

    Homework Statement Let T:ℝ^{2}→ℝ be defined by T\left(\begin{array}{c} x_{1} \\x_{2}\end{array}\right) = (0 if x_{2} = 0. \frac{x^{3}_{1}}{x^{2}_{2}} otherwise.) Show that T preserves scalar multiplication, i.e T(λx) = λT(x) for all λ \in ℝ and all x \in ℝ^{2} The Attempt at a Solution...
  17. P

    Matrix Multiplication: Calculating (AB)C and A(BC) Using the Formula

    A is an M × N matrix, B is N × K and C is a K × L matrix. Consider matrix multiplication (AB)ij = Pk AikBkj . Using the formula, (AB)ij = Pk AikBkj, how would I calculate ((AB)C) and (A(BC))?
  18. C

    Commutative property of multiplication

    This is similar to the question However, it is slightly different. It's probably more of a philosophy of math topic, however, I posted this on a philosophy forum and can't find many people interested in math there. I hope it hasn't been overly discussed. Thank you for reading even if you don't...
  19. S

    Several Dimensional Multiplication

    I've been googling but I haven't found anything useful. I am trying to understand how multiplying a matrix (or object of numbers - whatever you want to call it, like a matrix is 2D, a vector is 1D) of several dimensions works? I am writing some models for solving linear programs and it has a lot...
  20. A

    Voltage multiplication using a battery

    Okay, so before when I asked a question about voltage multiplication, I was recommended a charge pump. But now I realize that creating a charge pump to get the voltage I want would be rather ridiculous. So, here is my problem: I need to get 1000vdc from a 9vdc battery, but I'm not entirely...
  21. 1

    Vector Multiplication and Angle Determination for d1 and 3d2

    Homework Statement d1 = 4i - 2j + 4k d2 = -5i + 5j - k Find (d1 + d2) * (d1 x 3d2) Homework Equations The Attempt at a Solution My first step was to add d1 and d2, which results in -i + 3j + 3k I then multiplied d2 by 3 to get -15i + 15j - 3k My problem is...
  22. A

    Multiplication of marginal densities

    Hi, I am trying to find out what would be the significance of the result of multiplication of two marginal densities that originate from the integration of the a joint density function that connects them. To be more specific let's say we have a joint density function of two random variables...
  23. G

    Proving U(n) is a Multiplication Group Modulo n: Homework Solution

    Homework Statement Let U(n) be the set of all positive integers less than n and relatively prime to n. Prove that U(n) is agroup under multiplication modulo n Homework Equations The Attempt at a Solution n | a-a' implies n | b(a-a') =ab-a'b and n |b-b' implies n |a'(b-b')...
  24. J

    Multiplication and Division of Decimals

    What is division? 12 ones split up into 3 things is 4 ones (per thing.) 1 one split up into 100 things is 1/100 ones (per 1 thing.) Thus, "5 ones split up into 1/100 things is 500 ones (per 1 thing)" is probably better understood as "5 ones split up among hundredths of a thing is 500 hundredths...
  25. K

    Addition and Multiplication of functions with radicals in the denominator

    Homework Statement f(x)= 1/(5x2 +3) g(x)=1/(x-2)1/2 find (f+g)(x)The Attempt at a Solution for (f+g)(x) I use the common denominator by multiplying each side by (x-2)1/2/(x-2)1/2 and (5x2 +3/5x2 +3) respectively. I end up with a whole mess that I am unable to rearrange into anything useful...
  26. R

    Matrix Multiplication and Rank of Matrix

    Dear Forum, I have one question on matrix multiplication. Suppose there are 2 matrices - A = 1 -1 0 0 2 -1 2 0 -1 B = 1 1 2 and AB = 0 (Zero Matrix) if B not a zero-matrix, then rank(A) is less than s, where s is the dimension of B. I wanted to...
  27. E

    Matrix multiplication preserve order Block matrix

    Hello, If I have block matrices A,B,C and D all of which are non singular would this relationship hold; my main concern is preserving order of matrix multiplication: if ADB=C then AD=B^-1C D=B^-1CA^-1 D^-1 = (BC^-1A) Also is it okay to assume the inverse of a block...
  28. I

    Solving Hexadecimal Unsigned 8-bit Integer Multiplication

    Homework Statement a) 50 b) 23 Product of the hexadecimal unsigned 8-bit integers Homework Equations Step Action |||||||||| Multiplicand ||||||| Product/Multiplier 0 Initial Vals ||||||||| 101 000 ||||||| 000 000 010 011 The Attempt at a Solution How...
  29. T

    Can A Tensor Multiplied by 0 Produce a Null Tensor?

    Mutiplication of a scalar by a 0 gives 0(scalar) And also one proves in linear vector spaces that a vector(|>) combined with 0 by multiplicative law gives |0> . Similarly can one prove that multiplication of a tensor of say rank 2,by 0 will produce a null rank 2 tensor.
  30. B

    Formula for multiplication of trinomials

    Hello, I'm wondering if there's some nice formula for the expansion of trinomials, like this: \prod_i \left(y + x - a_i\right) or for this: \prod_i \left(x^2 + a_ix - b_i\right) I know for instance that in the case of binomials there is the elementary symmetric polynomials available; thus...
  31. Y

    How Do You Construct a Matrix to Select Specific Elements from Another Matrix?

    I have a small problem where I remember I learned it in the past. But now I can't seem to recall how to do it. I searched on google, but I think even though it is probably really easy, I may not have worded it right to get the references I want. So I decided to ask here. Here is the problem...
  32. I

    Complex Numbers and Vector Multiplication

    I have read from my algebra book that the product of two complex numbers is still a complex number: (a+bi)(c+di)= (ac-db)+(bc +ad)i I was thinking that since complex numbers can be used to represent vectors, the product of two vectors should still be a vector. But I have also read from my...
  33. S

    Stability of the gaussian under addition and scalar multiplication

    If i have the mgf of X and the mgf of Y where X~N(mx,vx) and Y~N(my,vy) and X and Y are independent , then if i want to show that aX +bY ~ N(amx+bmy , a^2vx+b^2vy) how would i do this - need to be able to do the convolutions way and the mgf's way, for the mgfs way is it just, mgf(ax+by) =...
  34. James889

    Why is my C matrix multiplication program not working properly?

    Hello, I am trying to write a program that multiplies together two 3x3 matrices. However my program does not really work as intended, and i get some really strange results. Any ideas? #include <stdio.h> #include <stdlib.h> int main() { int result_matrix[3][3]; int matrixA[3][3] = {...
  35. H

    How do you prove the commutative property of multiplication for 4+ factors?

    I don't know how to construct formal proofs but there is the obvious geometric approach for 2 and 3 factors. However, how do you prove the commutative property holds up for 4+ factors? You end up with a lot of different orders in which you can multiply the factors and you can't just construct a...
  36. jfy4

    Absolute convergence, boundedness, and multiplication

    Homework Statement If the series \sum_{n=1}^{\infty}x_n converges absolutely, and the sequence (y_n)_n is bounded, then the series \sum_{n=1}^{\infty}x_ny_n converges.Homework Equations Definitions and theorems relating to series and convergence.The Attempt at a Solution If the sequence y_n is...
  37. R

    Comp Sci Permutation multiplication (Fortran90)

    Hi all, I'm trying to create a program which allows the user to input two permutations of sizes <10 and then multiply two of these together. I need some help on how to get two permutations to multiply each other in Fortran. A snippet of what I've written so far.. Module Permutations Implicit...
  38. D

    Ambiguous Math: Juxtaposition vs Multiplication?

    I am wondering about ambiguous use of maths. Is there a clear answer? When you use parenthesis incorrectly the answer can come very unclear. For Example: A / B(C) Is quite ambiguous. Do you do the division first, or do you do the multiplication because of the juxtaposition. I...
  39. C

    Any notation for component-by-component vector multiplication?

    I have a scalar function and a vector function and I need to make a scalar function as so: k=[kx ky kz] T=T(x,y,z) Function I want: div(k ? gradT) where "?" would be some operator that multiplies each component of k and gradT to make the vector [kx ∂T/dx , ky ∂T/∂y , kz ∂T/∂z] that way I...
  40. A

    Vector Multiplication: Dot & Cross Products

    I have read of dot product and cross product to multiply vectors, yet i do not understand the theory behind them. What are vector products even used for? Thank you.
  41. Battlemage!

    Multiplication by Juxtaposition

    Recently there was that long and ridiculous thread about ambiguity in notation when writing an expression. In the course of that discussion, someone posted a link from purplemath, which claimed that multiplication by juxtaposition was "stronger" than "regular" multiplication. However, this seems...
  42. P

    How are multiplication tables for fields created?

    The class I'm in is not modern algebra nor have I take those courses. The professor of the class [Learning how to read/write in math] decided to try to teach some abstract algebra. I am trying to understand how multiplication is done in a field. I am using this site to help me as it was most...
  43. B

    Multiplication of a rotated vector entries

    Hello Is there any known operation/notation to express the multiplication of the entries of a rotated vector? More precisely, is there an alternative expression to replace the product operator for the following expression: \prod_i^3(RP)_i where R is the rotation matrix and P a vector in...
  44. E

    The basis of n x n matrices with matrix multiplication

    Hi All, I recently came across the interesting notion of constructing the minimal set of nxn matrices that can be used as a basis to generate all nxn matrices given that matrix multiplication, and addition and multiplication by scalar are allowed. Is there a way to construct an explicit set...
  45. J

    Multiplication Properties of Equivalence Classes

    Homework Statement Prove or disprove and salvage if possible: for [a], [b] ∈ Zn for a positive integer n, if [a]·[b]=[0], then either [a]=[0] or [b]=[0]. The Attempt at a Solution I've managed to disprove the statement: Let n=6,[a]=3,and[b]=[4]. The[a]·[b]=[ab]=[3·4]=[12]...
  46. B

    A method of mental multiplication

    A TECHNIQUE FOR MENTAL MULTIPLICATION (ALSO USEFUL FOR COMPUTER ARITHMETIC) When I was in Grade School, I was taught the standard way of multiplying numbers with more than one digit. I will describe the method only briefly, since it’s probable that everyone reading this will have seen and...
  47. M

    Is matrixs multiplication random ?

    lets assume matrix A = [a]mxn and B = [b]nxp (AB)_{ij}=\sum_{r=1}^{n}A_{ir}B_{rj} why is that ? i guessed it would be (AB)_{ij}=\sum_{r=1}^{n}A_{ir}B_{jr} where m=p. so is there any logic behind that or its just random ?
  48. J

    Is Multiplication Really Just Repeated Addition?

    I just read an article (http://www.maa.org/devlin/devlin_06_08.html ) saying that multiplication is not repeated addition. I am a first year engineering student, and i am very interested in mathematics. The picture i have had of multiplication for ~12 years or something is definitely of...
  49. M

    Multiplication Table - nested for loop

    Multiplication Table -- nested for loop Homework Statement Use nested loops to print a M by N multiplication table as following. Allow the user to enter the size of the table (M by N). 1 2 3 4 5 6 ... M 1 1 2 3 4 5 6 ... M 2 2...
  50. P

    Is Determinant Multiplication Commutative and What Does |AB|=|BA| Imply?

    is multiplication of determinant commutative ? if so , then is this correct: |A||B|=|B||A|=|AB|=|BA| ? then what does |AB|=|BA| imply ??
Back
Top