Numbers Definition and 1000 Threads
-
Is it possible to make graphs of subsets of Rational Numbers in Mathem
Is it possible to make subsets of rational numbers in Mathematica using the plot command, or any other command? Ie., say I want to graph the set of rational numbers from 0 to 1.- MidgetDwarf
- Thread
- Graphs Numbers Rational Subsets
- Replies: 2
- Forum: Programming and Computer Science
-
H
I A quick question regarding the application of Aleph numbers to reality
Hi everyone, I have a quick question about Aleph numbers. Are they even possible? By containing infinity to a finite set, isn’t that essentially disproving the infinity in the first place? Can they be used in an actual scenario’s, or are they just purely hypothetical? Can they be used to...- Happyman101
- Thread
- Application Cardinality Numbers Reality Space and time
- Replies: 1
- Forum: Set Theory, Logic, Probability, Statistics
-
Y
Range of Reynold's numbers (Drag Lab)
[Mentor Note -- Thread moved from the technical forums, so no Homework Template is shown] Hi all, Recently I 'did' (a virtual lab) a drag laboraty experiment that used a wind tunnel to measure drag coefficient of 3 different shapes (cylinder, airfoil, triangular prism) and I'm not convinced...- yonese
- Thread
- Lab Numbers Range
- Replies: 9
- Forum: Engineering and Comp Sci Homework Help
-
Probability of girls on a team getting shirts with pair numbers
Summary:: probability, Probability and Combinatorics Hello, I need someone to check If I correctly analized the probability of the following event: A group of younglings formed by 5 girls and 5 boys, Is going to divide in two teams of 5 elements each to play a game. a) suposing that the...- Purpleshinyrock
- Thread
- Numbers Pair Probability
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
S
MHB Finding Even Natural Numbers w/ No Repetition: 0-5 & 6
The number of even natural numbers less than 100000 that can be formed from the digits of the set (0,1,2,3,4,5,6) so that the digits in the number are not repeated is? Here I understand that the even number in the last place is an even number, that is, it has 4 possibilities, but won't the...- stamenkovoca02
- Thread
- even Natural Natural numbers Numbers
- Replies: 1
- Forum: General Math
-
Scholarship exam exercise about complex numbers - Can't solve
Hello, I have this (I am solving scholarship exams)math problem and I don't quite know what to do with it , Could You please help? The exercise is about complex numbers and it says: Calculate in the algebraic form(a+bi) I thought on applying substitution since -1=i^2 and z is the real part but...- Purpleshinyrock
- Thread
- Complex Complex numbers Exam Exercise Numbers Scholarship
- Replies: 9
- Forum: Precalculus Mathematics Homework Help
-
A
I The sum of S and L quantum numbers
I am reading the textbook Magnetism and Magnetic Materials by Coey and I am confused about how they grouped the terms and how they ended up getting the sums of L and S. My confusion lies in the two red boxes. Also, how is D even considered here when we have up to $2p_1$? And why would the spin...- annaphys
- Thread
- Numbers Quantum Quantum numbers Sum
- Replies: 10
- Forum: Atomic and Condensed Matter
-
K
What is the fastest algorithm for finding large prime numbers?
Dear PF Forum, Can someone help me with the algorithm for finding a very large prime number? In RSA Encryption (1024 bit? 2048?, I forget, should look it up at wiki for that), Private Keys is a - two prime number packet. Now, what I wonder is, what algorithm that the computer use to find those...- KingGambit
- Thread
- Numbers Prime Prime numbers
- Replies: 14
- Forum: Programming and Computer Science
-
MHB Absolute value of real numbers
Reals $x,\,y$ and $z$ satisfies $3x+2y+z=1$. For relatively prime positive integers $p$ and $q$, let the maximum of $\dfrac{1}{1+|x|}+\dfrac{1}{1+|y|}+\dfrac{1}{1+|z|}$ be $\dfrac{q}{p}$. Find $p+q$.- anemone
- Thread
- Absolute Absolute value Numbers Real numbers Value
- Replies: 1
- Forum: General Math
-
A question about consistency of in-text bracketed reference numbers
This is not a contextual question, but a stylistic one; hence it doesn't seem to belong in the other threads. I am proof-reading a paper, and I am unsure about the way the author uses square brackets for the indication of (numbered) sources. In order not to be quoting a source without...- nomadreid
- Thread
- Citations Numbers Reference
- Replies: 4
- Forum: General Discussion
-
B Inequalities in the real numbers
How do we get ##\epsilon(2p+\epsilon)<\epsilon(2p+1)<2-p^2## from ##0<\epsilon<1## and ##\epsilon<\dfrac{2-p^2}{2p+1}##? Answer: As we have ##\epsilon<1##, we've got ##2p+\epsilon<2p+1##; therefore, ## \epsilon(2p+\epsilon)<\epsilon(2p+1) ##; -as we have ##\epsilon<\dfrac{2-p^2}{2p+1}##, we...- mcastillo356
- Thread
- Inequalities Numbers Real numbers
- Replies: 18
- Forum: General Math
-
P
Comp Sci Converting Numbers into Roman numerals
I have tried to solve this question for a while but I am not able to get the logic right.- Physics guy
- Thread
- Numbers
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help
-
S
MHB Proof of Triangle Inequality for $n$ Natural Numbers
Prove for all $n\in N$ $\dfrac{|a_1+...a_n|}{1+|a_1+...+a_n|}\leq\dfrac{|a_1|}{1+|a_1|}+...\dfrac{|a_n|}{1+|a_n|}$- solakis1
- Thread
- Inequality Natural Natural numbers Numbers Proof Triangle Triangle inequality
- Replies: 2
- Forum: General Math
-
S
I Questions about the arg of complex numbers
Hi PF community, I'm reading about complex numbers and i have some questions about the argument of a complex number that i can't solve with Google or reading again the same page. Well, my first doubt is about , i can't understand where come this and why there is some random integer, i...- Santiago24
- Thread
- Complex Complex numbers Numbers
- Replies: 4
- Forum: Calculus
-
G
Using complex numbers to model 3 phase AC
Assume a transformer as above, with 230V L-N, and I want to work out the L-L voltage. A phasor diagram will show me that the voltages are 120° out of phase. (230∠0°) + (230∠120°) = (230cos0 + j230sin0) + (230cos120 + j230sin120) = 230 + (-115 + j199.2) 115 + j199.2 = 230∠60 What I’m looking...- Guineafowl
- Thread
- 3 phase Ac Complex Complex numbers Model Numbers Phase
- Replies: 7
- Forum: Electrical Engineering
-
Dynamical Programming - Sum of numbers / Advanced Problem
Let us suppose we have an equation such that $$N = \sum_{i=1}^N ix_i = x_1 + 2x_2 + 3x_3 + ...+Nx_N$$ and we also know that the solutions (i.e ##x_i##) ranges from ##\{0, N\}##. For example, if ##N=4## we would have $$x_1 + 2x_2 + 3x_3 + 4x_4 = 4$$ and ##x_1,x_2,x_3,x_4## will range from...- Arman777
- Thread
- advanced Numbers Programming Sum
- Replies: 3
- Forum: Programming and Computer Science
-
MHB Inequality of positive real numbers
If $x$ and $y$ are positive real numbers, prove that $4x^4+4y^3+5x^2+y+1\ge 12xy$.- anemone
- Thread
- Inequality Numbers Positive Real numbers
- Replies: 1
- Forum: General Math
-
MHB Finding 3-Digit Numbers with Sum of Digits Squared = 2
For any natural number $n$, let $S(n)$ denote the sum of the digits of $n$. Find the number of all 3-digit numbers $n$ such that $S(S(n))=2$.- anemone
- Thread
- Numbers Sum Sum of digits
- Replies: 7
- Forum: General Math
-
N
Set Notation: A x B Product of Powers of Prime Factors
I get 2^5 x 3^80 Am I correct?- Natasha1
- Thread
- Factors Notation Numbers Prime Product Set Set notation
- Replies: 2
- Forum: Precalculus Mathematics Homework Help
-
L
A Taxicab Numbers and Their Structures: Seeking Discussions
Hi, I'm new to PF, but was hoping that there might be people on this forum with an interest in Taxicab numbers, particular on the "structure" of such integer sequences. If yes, would be delighted to hear from you.- Larry Lacey
- Thread
- Numbers Structures
- Replies: 6
- Forum: General Math
-
MHB Inequality with positive real numbers a and b
Let $a$ and $b$ be positive real numbers such that $a+b=1$. Prove that $a^ab^b+a^bb^a\le 1$.- anemone
- Thread
- Inequality Numbers Positive Real numbers
- Replies: 1
- Forum: General Math
-
I Does the Wigner-Eckart theorem require good quantum numbers?
I have a question related to the following passage in the quantum mechanical scattering textbook by Taylor, Here Taylor makes the choice to use a basis of total angular momentum eigenvectors instead of using the simple tensor product given in the first equation above (6.47). I understand that...- Decimal
- Thread
- Numbers Quantum Quantum numbers Theorem
- Replies: 2
- Forum: Quantum Physics
-
RC circuit using complex numbers
The impedance Z = R -j/wC + ##\frac{1}{\frac{1}{R} - \frac{\omega C}{j}}## But,1/wC=R So, solving this, I find: Z= 3R/2(1-j) |Z| =##\frac{3R}{\sqrt 2}## I =##\frac{V_i \sqrt 2} {3R}## Vi - IR-IXc =Vo Solving this, ##Vo = V_i -\frac {V_i \sqrt 2}{3} - \frac{V_i \sqrt 2}{3R} \frac{-j}{wC}##...- Kaguro
- Thread
- Circuit Complex Complex numbers Numbers Rc Rc circuit
- Replies: 12
- Forum: Introductory Physics Homework Help
-
Prove this relation between two numbers (Number theory)
If (u,v) = 1, prove that (u+v,u-v) is either 1 or 2. Where (,) means: $$ux_1 + vx_2 = 1$$ $$u + v(x_2/x_1) = 1/x_1, u(x_1/x_2) + v = 1/x_2$$ $$u + v = 1/x_1 + 1/x_2 - v x_2/x_1 - u x_1/x_2$$ $$u - v = 1/x_1 - 1/x_2 + u x_1/x_2 - v x_2/x_1$$ Now we can express (u+v,u-v). But i am not sure if...- LCSphysicist
- Thread
- Number theory Numbers Relation Theory
- Replies: 7
- Forum: Calculus and Beyond Homework Help
-
C
Disproving a statement about whole numbers
Prove/Disprove: There exists ## a \in \mathbb{N} ## such that for all ## n,m \in \mathbb{Z} ## that satisfy ## n \cdot m = a ## then ## n > 0 \text{ or } m > 0 ##. My attempt (The statement's false, here's proof by contradiction ): Suppose There exists ## a \in \mathbb{N} ## such that for all...- CGandC
- Thread
- Numbers
- Replies: 20
- Forum: Math Proof Training and Practice
-
A
TI-83+ Graphing Calculator giving wrong answer? (Complex numbers)
I think the solution should be: METHOD #1: \begin{align} (\sqrt[4] {-1})^4 & = (-1)^{\frac 4 4} \nonumber \\ & = (-1)^1 \text{, can reduce 4/4 since base is a constant and not a variable in ℝ} \nonumber \\ & = -1 \nonumber \end{align} Alternatively, METHOD #2 for same answer is...- Astro
- Thread
- Calculator Complex numbers Graphing Numbers Ti-83
- Replies: 22
- Forum: Precalculus Mathematics Homework Help
-
MHB Gre.al.13 sum of even and odd numbers
$\tiny{gre.al.13}$ For which of the following conditions will the sum of integers m and n always be an odd integer.? a. m is an odd integer b. n is an odd integer c. m and n both are odd integers d. m and n both are even integers e. m is an odd integer and n is an even integerI chose e just...- karush
- Thread
- even Numbers Sum
- Replies: 2
- Forum: General Math
-
Number of choosing r non-consecutive numbers out of N natural numbers
I have seen a solution for this question which was as follows, first out of 15 elements, take away 5, thus there are 11 gaps created for the remaining 10 numbers (say N) as, _N_N_N_N_N_N_N_N_N_N_ now, now we can insert back the 5 to comply with the non-consecutive stipulation for which, number...- kshitij
- Thread
- Natural Natural numbers Numbers
- Replies: 20
- Forum: Precalculus Mathematics Homework Help
-
Generating Random Numbers with the Acceptance-Rejection Method
I'm trying to write a C++ program to generate random numbers using the acceptance-rejection method. To plot the graphs, I'm using ROOT by CERN. I am checking if y values taken from the rectangular boundary are less than or equal to the function ##f(x_{i}) = e^{-k(x_{i} - x_{0})^{2}}##. void...- Amrator
- Thread
- Method Numbers Random
- Replies: 22
- Forum: Programming and Computer Science
-
Why Euler spoke of them as "complex" numbers?
Hi PF, this is just for fun...Or not; I don't know. In 1777 Euler set up the notation ##i## to identify any roots of ##x^2-1##, which are indistinguishable, and verified ##i^2=-1##. This way, the set of real numbers grew larger, to a bigger set called complex numbers. This is a translation made...- mcastillo356
- Thread
- Complex Euler Numbers
- Replies: 19
- Forum: General Discussion
-
S
B Why are imaginary numbers called "imaginary"? If they really exist
If Imaginary numbers do exist and have real applications, then why do we call imaginary numbers "imaginary numbers"? . They exist. They're used all the time. What makes them "imaginary"?- SHASHWAT PRATAP SING
- Thread
- Imaginary Imaginary numbers Numbers
- Replies: 8
- Forum: General Math
-
F
Vector space of functions from finite set to real numbers
Summary:: Problem interpreting a vector space of functions f such that f: S={1} -> R Hello, Another question related to Jim Hefferon' Linear Algebra free book. Before explaining what I don't understand, here is the problem : I have trouble understanding how the dimension of resulting space...- fatpotato
- Thread
- Finite Functions Numbers Real numbers Set Space Vector Vector space
- Replies: 17
- Forum: Calculus and Beyond Homework Help
-
M
Help me with this Algebra problem please (quotient of complex numbers)
Below is the problem and the correct answer for this algebra problem is 7√2. But I cannot get to the correct answer.- Math100
- Thread
- Algebra Complex Complex numbers Numbers
- Replies: 13
- Forum: Precalculus Mathematics Homework Help
-
T
I Quantum numbers for energy levels
Hello Can some one explain how you work out the combinations of quantum numbers for infinite wells in higher dimensions? For example if i have an energy level $$E_4$$ In a 2D well, then for quantum numbers does this mean the combinations allowed must be: $$4^2 + 1^2$$ $$1^2 + 4^2$$ So then...- TheCelt
- Thread
- Energy Energy levels Levels Numbers Quantum Quantum numbers
- Replies: 12
- Forum: Quantum Physics
-
B Radian measure and real numbers
Formula used : arc length = radius × angle (in radian). I interpreted this as: •Taking a unit circle, we get "angle (in radian) = arc length". This means radian measure of an angle is arc length, which can be represented on a real number line. Hence, it is a real number. Is this way to...- f9CSERS
- Thread
- Measure Numbers Real numbers
- Replies: 9
- Forum: General Math
-
Find the greatest value of argument- complex numbers
since ##|z|≤3## →##z=0+0i##, therefore we shall have centre##(0,0)## and radius ##3##, find my sketch below,- chwala
- Thread
- Argument Complex Complex numbers Numbers Value
- Replies: 12
- Forum: Calculus and Beyond Homework Help
-
How Do You Correctly Parse and Convert Strings to Numbers in Octave?
Hi, I used to use MATLAB for this kind of thing, but now my pc broke and I need to run some scripts. I have a .txt file structured like this 10 -2.34454 12 -2.34566 14 -2.34677 ... ... and I want to store the data in two variables: the first is the "counting" (10, 12, ...) and the second is...- dRic2
- Thread
- File Numbers Octave Reading
- Replies: 5
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
C
I Simplest self-contained numeral system for complex numbers?
Anyone know what the simplest possible self-contained numeral system for complex numbers would be, analogous to signed ternary for integers? My guess would be quarter-imaginary base (https://en.wikipedia.org/wiki/Quater-imaginary_base.)- cuallito
- Thread
- Complex Complex numbers Numbers System
- Replies: 8
- Forum: General Math
-
Typographical question (equation numbers)
This is just an editing, not a conceptual, question. (Hence I don't put it in the other forums.) In a text, when one refers to a particular equation by number, as in "we see in Equation (12) that...", the "equation" is capitalized (upper case). When it is not named, of course, not :"we see in...- nomadreid
- Thread
- Numbers
- Replies: 8
- Forum: General Discussion
-
A
Comp Sci How to Generate Random Numbers in C++ Using `<random>`?
I want to generate random numbers in C++. I do not want to use C library function (`<cstdlib> <ctime> (time.h)` ) and class. So I cannot use `rand()` function in C. I want to generate random integer numbers and I guess I can use `<random>` library in C++11. How can I use this generate random...- anonim
- Thread
- C++ Numbers Random
- Replies: 4
- Forum: Engineering and Comp Sci Homework Help
-
S
I Understanding Algebraic Numbers & Proving Them
I'm trying to grok what an algebraic number could look like. Yes, I understand that an algebraic number is any number that could be a solution (root) to a polynomial having integer coefficients (or rational coefficients, since any set of rational coefficients can be made into integers by...- swampwiz
- Thread
- Numbers
- Replies: 1
- Forum: General Math
-
T
I Can We Discover a Number Set More General Than Reals with Similar Properties?
Hello there.We know that we have sets of numbers like the real numbers, complex numbers, quaternions, octonions.Could we find a set of numbers more general than that of real numbers that has basic properties of the real numbers like commutativity, order, addition, multiplication, division and...- trees and plants
- Thread
- Numbers Sets
- Replies: 3
- Forum: General Math
-
A Explore Carroll's Theory on Dual Space and Real Numbers
"The dual space is the space of all linear maps from the original vector space to the real numbers." Spacetime and Geometry by Carroll. Dual space can be anything that maps a vector space (including matrix and all other vector spaces) to real numbers. So why do we picked only a vector as a...- dontknow
- Thread
- Dual General relativity Numbers Real numbers Space Theory
- Replies: 17
- Forum: Special and General Relativity
-
S
B Commutative & Associative property of negative numbers
Commutative property of addition. If a & b are integers then, a+b = b+a 2+3 = 3+2 5. Does not work for subtraction. 2-3 = -1 3-2= 1 Having said that, what about the special case with negative numbers (when we also move their respective signs) -5 + 7 = 2 & 7 + (-5) = 2. 15 -7 = 8 & -7 + 15...- sonadoramante
- Thread
- associative Negative Numbers Property
- Replies: 4
- Forum: General Math
-
D
Cryptography problem involving prime numbers
Here is my attempt When we raise both sides to the power (p-1)/2, we get x^(p-1)= -1^[(p-1)/2](modp) Looking at p=3(mod4), the possible values of p are {3, 7, 11, 19, 23, 31...}. Putting these values of p into (p-1)/2 we get odd integers. {1, 3, 5, 9, 11, 15...}. So we have x^(p-1) =...- docnet
- Thread
- Cryptography Numbers Prime Prime numbers
- Replies: 5
- Forum: Calculus and Beyond Homework Help
-
D
Complex numbers: Solve ##Z^2\bar{Z}=8i##
Solve ##Z^2\bar{Z}=8i## i am confused on how to proceed i have tried to substitute ##z=a+ib## solve the conjugate and the square, then separate the real from the imaginary and put all in a system, but becomes too complicated- DottZakapa
- Thread
- Complex Complex numbers Numbers
- Replies: 29
- Forum: Precalculus Mathematics Homework Help
-
MHB Sum of Numbers on Cube Faces to Equal 2004
Positive integers are written on all the faces of a cube, one on each. At each corner (vertex) of the cube, the product of the numbers on the faces that meet at the corner is written. The sum of the numbers written at all the corners is 2004. If $T$ denotes the sum of the numbers on all the...- anemone
- Thread
- Cube Numbers
- Replies: 1
- Forum: General Math
-
Consecutive integers and relatively prime numbers
Summary:: Interested in the history of the proof. Consecutive integer numbers are always relatively prime to each other. Does anyone know when this was proved? Was this known since Euclid's time or was this proved in modern times?- e2m2a
- Thread
- Integers Numbers Prime Prime numbers
- Replies: 1
- Forum: Math Proof Training and Practice
-
A
Complex numbers: convert the exponential to polar form
Summary:: Hello, my question asks if the complex exponential equation 4e^(-j) is equal to 4 ∠-180°. I tried to use polar/rectangular conversions: a+bj=c∠θ with c=(√a^2 +b^2) and θ=tan^(-1)[b/a] 4e^(-j)=4 ∠-180° c=4, 4=(√a^2 +b^2) solving for a : a=(√16-b^2) θ=tan^(-1)[b/a]= -1 b/(√16-b^2)=...- ac7597
- Thread
- Complex Complex number Complex numbers Convert Exponential Form Numbers Polar Polar form
- Replies: 9
- Forum: Precalculus Mathematics Homework Help
-
I Courant and Fritz, Construction of the real numbers
In chapter 1, page 10, real numbers are found by confining them to an interval that shrinks to "zero" length (we consider subintervals ##I_0,\,I_1,...,\,I_n##). Basically, if ##x## is between ##c## and ##c+1##, then we can divide that interval into ten subintervals, and we can, then, have...- GodfreyHW
- Thread
- Construction Numbers Real numbers
- Replies: 2
- Forum: Topology and Analysis