Mathematical notation?
Q. Is there another way to write x^-2/3?
Asked by straydawgzdd - Sat May 10 04:09:08 2008 - - 4 Answers - 0 Comments

A. Parenthesis would help but: (x^-2)/3=1/(3x^2) If you meant x^(-2/3) then: x^(-2/3)=1/(x^(2/3))
Answered by Johnny D - Sat May 10 04:18:50 2008

What is the mathematical notation for "Relative To"?
Q. Such as three dots representing therefor, an equal sign representing is, or an equal sign with a line going through it representing is not/cannot be. What is the symbol for "Relative To" as in A is relative to B?
Asked by tjdaman2 - Mon Jul 7 18:07:13 2008 - - 1 Answers - 0 Comments

A. The colon, as in A:B which means A is to B, or A relative to B.
Answered by sweetwater - Tue Jul 8 03:36:34 2008

What does this mathematical notation say?
Q. { (1/n): n is in N (The set of Natural Numbers) } I couldn't type this well here. This is from my Intermediate Analysis class... and I need some help! My guess was the set is just {1} (not sure if I'm right!)... because all the other elements are less than or equal to one, and greater than zero, and they can't belong in the subset of the naturals.
Asked by Tas Chowdhury - Tue Jun 12 21:39:47 2007 - - 3 Answers - 0 Comments

A. natural numbers are the counting numbers, 1, 2, 3, ... So this set is {1, 1/2, 1/3, 1/4, ...}
Answered by Kathleen K - Tue Jun 12 21:42:23 2007

What does this mathematical notation mean?
Q. Here's a description: two large parentheses with 2 numbers inside, one on top of the other. There is no division line. In my problem, it's a 30 over a 10, all in parentheses. Somehow, this equals to 41801760, or 3^2 * 5 * 7 * 11 * 13 *32 * 29
Asked by sissylouise - Wed Sep 16 19:45:45 2009 - - 1 Answers - 0 Comments

A. An equivalent notation is nCr or C(n, r), n being your top number and r being the bottom number. It is equal to n!/[r!(n-r)!] and is the number of combinations of r objects you can create by picking from a pool of n, given that order does not matter.
Answered by unknown - Wed Sep 16 19:52:25 2009

What does this mathematical notation mean? (variable directly under min/max)?
Q. If I have the equation M(j) = min {M(j - v sub i)} + 1 , and imagine there is an i written directly under the min, what does this mean?
Asked by esimonds03 - Mon Jun 16 20:23:25 2008 - - 1 Answers - 0 Comments

A. That means that the minimum is taken over all possible values of i, as j is a fixed quantity. That is, for any given j, find M(j - v(i)) for all valid i, and the minimum of those quantities is defined to be min_i {M(j - v(i))}. e.g. min_(i > -1) {i + 1} = 1, with i = 0 giving said minimum value. Hope this helps.
Answered by K-Dub - Tue Jun 17 14:17:51 2008

What does the mathematical notation "cis" stand for?
Q. e.g. not sure what 8cis(180) means
Asked by groovybaby33 - Thu Apr 24 09:58:07 2008 - - 6 Answers - 0 Comments

A. Its not all that a popular notation but cis t is short for (cos t + i sin t), making cis t = e^it by Euler's relation. Its just convenient when introducing the polar form of a complex number without the exponential form since its shorter to write. 8 cis (180) means (assuming 180 is degrees, but when dealing with complex numbers or any higher mathematics onward from that it is better to use radian measure. This becomes pi radians) 8 cis (pi) = 8. e^i.pi = 8. (cos pi + i sin pi) = -8
Answered by yasiru89 - Thu Apr 24 10:17:24 2008

Do negative numbers really exist on there own right or are they just a construct of mathematical notation?
Q. Did the original dispute over their existence run over these lines or where there other issues at stake?
Asked by Hsieh Li Chua - Fri Jun 2 01:28:15 2006 - - 6 Answers - 0 Comments

A. Mathematical objects are logical construct with its existence in the platonian world of logics. A lot of times, they can be adopted to fit things in our world. For example, this mathematical object called Group. Do they "exist"? mathematically, yes, they do. They are a set of logical and consistent axioms so logically they can exist. Instead of asking if some mathematical object exists, maybe it's more meaning ful to ask if anything in this real world fit the properties of such object. For example, a mathematical object called Group. In physical science, economics or any field, as long as u find something that u can map one to one the properties with a Group, these things are group and have all the logical consequences of Groups. Numbers… [cont.]
Answered by Lawrence L - Wed Jun 7 09:06:46 2006

Is there a mathematical notation for "therefore"?
Q. If so, what is it / what does it look like?
Asked by Remi Hime - Wed Jun 24 02:18:04 2009 - - 8 Answers - 0 Comments
How do you get the math notation in your answers?
Q. I've seen a few people get mathematical notation in their responses to questions and I want to know how to do this.
Asked by vstar_2002 - Thu Dec 13 15:40:28 2007 - - 2 Answers - 0 Comments

A. Use HTML code: The HTML codes start with an ampersand & and end with a semicolon ;. The codes for some of the more frequently used symbols (shown below without the & and ; marks) are: int plusmn radic le ge ne infin alpha (and similarly for other lower-case Greek letters, including of course pi) Omega (and similarly for other upper-case Greek letters) deg cap cup sub sube sup supe isin notin nabla part
Answered by locuaz - Mon Dec 17 15:34:42 2007

Summation and Product Notation: mathematical expression?
Q. Using summation and product notation, write mathematical expressions for the following pseudocode segments: real array (ai)n integer i, n real v, x . . . v <- a0 for i = 1 to n do v <- v + xai end for
Asked by ymcabookwormcat - Fri Jan 25 14:17:40 2008 - - 1 Answers - 0 Comments

A. I'm not sure what the first line is saying--is "a" a one-dimensional array with n elements? x is a constant, a is an initialization value the "for" loop multiplies each element by x and maintains a total
Answered by unknown - Fri Jan 25 14:40:39 2008

Convert to scientific notation, and then perform the mathematical operation with the correct number of sig fig?
Q. So I don't really know how to do this, so I'm not sure on my answer. So can anyone explain to me how to do this and the answer they got? 1) 0.005900 x 38.76 = 2) 769 x 656000/0.012 x 8320 = 3) 0.0028 x 0.0007405 = 4) 0.00054 x 12.308/0.0478 x 690.32580 =
Asked by Lan - Wed Sep 17 01:46:07 2008 - - 1 Answers - 0 Comments

A. Here is the first one Since the two numbers both have 4 sig figs, the answer will have 4 0.005900 = 5.900x10^-3 (4 sig figs) 38.76 = 3.876x10^1 (4 sig figs) 5.900x10^-3 X 3.876x10^1 = 22.8684x10^-2 or 2.28684x10^-1 = 2.287x10-1 to 4 sig figs 3) answer will have 2 sig figs 4) answer will have 2 sig figs Problem 2 is a real problem. When you have whole numbers (769,8320, and 656000), the rules are what your teacher told you to use: 769 is definitely 3 sig figs (everyone would agree) 8320 could be three or four 656000 could be 3 or 9 So bottom line you have to go by your teacher on that one.
Answered by Otts Shoals - Wed Sep 17 02:04:54 2008

scientific notation on this mathematical equation?
Q. Hi, i have to give a scientific notation on this: 330 students, population of 6 730 811 231= 0.0004902 and now i have to give a scientific notation of it and i dont know what that means
Asked by lizzy - Tue Mar 10 02:43:09 2009 - - 1 Answers - 0 Comments

A. Those numbers in (normalized) scientific notation: Write those as numbers between 1 and 10 times a power of 10 330 = 3.3 * 10^2 6 730 811 231 = 6.730,811,231 * 10^9 0.0004902 = 4.902 * 10^-6 This 10^-6 etc. is also written as E-6 etc., for instance in programming languages and calculators. Engineering notation: Those exponents can only be multiples of 3, so 330 is 330*10^0 or just 330 , the other numbers here already have such exponents: 9 and -6 are multiples of 3. See also
Answered by Duliner - Tue Mar 10 02:52:28 2009

2 examples of math notation or wording denoting root operations w/radicals and rational exponents?
Q. Process other than representing root operations with radicals or rational exponents, provide atleast two examples of mathematical notation or wording denoting the same process.
Asked by taysfamily2003 - Thu Jun 21 00:13:46 2007 - - 1 Answers - 0 Comments

A. This is a duplicate question. See my answer to: I will retype it below, in case that other question disappears. === y = x^(p/q) is the same as y^q = x^p. We could also just consider k^(p/q) to be a point along the curve f(x)=k^x.
Answered by cheeser1 - Fri Jun 22 04:22:38 2007

What are the similarities between radicals and rational exponent notation.?
Q. What are two other examples of mathematical notation or wording denoting the same process.
Asked by starcookie3 - Thu May 11 14:11:15 2006 - - 1 Answers - 0 Comments

A. all radicals can be expressed as rational exponents. the roots of all radicals be expressed as denominators of exponents. a regular exponent will be the numerator of the exponent. a regular x has an exponent of 1, x = x^1 so, for example, the square-root of x ( x) can be rewritten as: x^(1/2) the cube-root of x (3 x) can be rewritten as: x^(1/3) the cube-root of x^2 (3 (x^2)) can be rewritten as: x^(2/3) and so on this is why the square-root of x^2 = x, becuase = x^(2/2) = x^1 = x
Answered by ledezmajr - Wed May 17 02:19:47 2006

list advantages of using mathematical notations to express the time complexities of algorithmas?
Q. list advantages of using mathematical notations to express the time complexities of algorithmas
Asked by mfdo90 - Fri Jul 3 08:44:54 2009 - - 1 Answers - 0 Comments
Mathematical patterns?
Q. So I have this pattern: 1/(1^2); 1+2/(1^2+2^2); 1+2+3/(1^2+2^2+3^2); etc. How could I express this in mathematical notation? I don't need the answer just some help/hints. Any help is appreciated.
Asked by sephiroth51490 - Fri Sep 12 10:43:06 2008 - - 1 Answers - 0 Comments
How do you decipher the mathematical jargon in scholarly research papers (specifically im Economics) ?
Q. I'm trying to write a research paper in Economics but i have one big problem: i don't even know how to read them. What i'm having most trouble with is understanding the tables and what all the symbols stand for, the regression analysis, and the infinite math jargon and notation. Even though i've learned a lot of the econometric principles in school, i am wondering if there are any good books or articles that explain exactly how to apply those concepts in reading an actual paper.
Asked by shirlsjr - Tue Mar 4 22:34:42 2008 - - 1 Answers - 0 Comments

A. Pay a PhD student to help walk you through the papers.
Answered by Homer J. Simpson - Wed Mar 5 01:05:16 2008

How does what we know about polygons impact on our understanding of tessellation?
Q. Also what is the Mathematical notations for tessellations
Asked by Laura - Sat Jun 16 21:07:34 2007 - - 1 Answers - 0 Comments

A. Number of sides of a polygon versus number of sides at a vertex For an infinite tiling, let a be the average number of sides of a polygon, and b the average number of sides meeting at a vertex. Then (a 2)(b 2) = 4. For example, we have the combinations , for the tilings in the article Tilings of regular polygons. A continuation of a side in a straight line beyond a vertex is counted as a separate side. For example, the bricks in the picture are considered hexagons, and we have combination (6, 3). Similarly, for the bathroom floor tiling we have (5, 3 1/3). For a tiling which repeats itself, one can take the averages over the repeating part. In the general case the averages are taken as the limits for a region expanding to the whole… [cont.]
Answered by hey mickey you're so fine - Sun Jun 17 01:18:29 2007

Where can I find more mathematical symbols more than the actual keyboard has such as ?
Q. a symbol to show set notation; such as such and such is not a subset of this set , or that A "is" a subset of B ?
Asked by unicorn - Tue Jan 20 14:29:32 2009 - - 3 Answers - 0 Comments

A. You can find any special symbol you want at this site: Hope this helps!
Answered by Buri - Tue Jan 20 14:39:59 2009

Can somebody please help me find other examples of notating this process Thank you?
Q. Explain the similarities between radicals and rational exponent notation. Provide at least two other examples of mathematical notation or wording denoting the same process.
Asked by jcpara9 - Fri Jan 26 14:20:30 2007 - - 2 Answers - 0 Comments

A. Radical signs, also known as surds, are an older notation, going back to the ancient Greeks. Rational exponent notation is a newer notation, developed in the 16th century or therabouts, in connection with the work of Napier on logarithms and exponents. Seems someone just asked this. Two other examples ... That looks like a question to get you thinking about the process and come up with some show of understanding. How about... square roots, cube roots, half power, logs, etc. Read the links cited and see what you can come up with.
Answered by Joni DaNerd - Fri Jan 26 14:35:53 2007

From Yahoo Answer Search: 'Mathematical notation'
Mon Nov 2 00:49:02 2009 [ refresh local cache ]

Mathematics: A science and an art - Merinews
news.google.com
Mathematics: A science and an art

Merinews

CBSE in its document says that the most of the mathematical notation in use today was invented in the 18th century and the language of mathematics is ...
Google News Search: Mathematical notation,
Mon Oct 5 19:34:10 2009
NotationChoiceSmirnovaWatt png
activemath.org
NotationChoiceS​mirnovaWatt png
777px x 1092px | 339.70kB

[source page]

Links

Yahoo Images Search: Mathematical notation,
Mon Sep 7 11:23:35 2009
first impressions of the fortress language
cilk.com
first impressions of the fortress language

Pablo Halpern

Fri, 08 May 2009 12:01:00 GM

the most striking thing one first notices about fortress syntax is the use of . mathematical notation. . the following code defines a function that takes a list of strings and returns true if any of the strings have the value, hello : ...

Google Blogs Search: Mathematical notation,
Sun Nov 1 17:53:20 2009