Symbol Definition and 366 Threads
-
F
What is this symbol? ordered field
It looks like an F, but it also has an e [PLAIN]http://img98.imageshack.us/img98/2161/unledbto.jpg It means like ordered field Thanks- flyingpig
- Thread
- Field Symbol
- Replies: 28
- Forum: General Math
-
P
What does this symbol even mean?
Homework Statement Show for any metric space (S,d) and e> 0 that N(e, S) <= D(e, S) <= N(e/2, S) Homework Equations none The Attempt at a Solution Can somebody please tell me what does N(e,S) or D(e,S) even mean so I can at least know what I am asked to prove? I dig...- powerovergame
- Thread
- even Mean Symbol
- Replies: 11
- Forum: Calculus and Beyond Homework Help
-
A
Short easy question, what does this sort of plus minus symbol mean?
I'm studying for a quantum exam and there is this symbol that looks like an inverted plus minus but the minus is attached to the plus... kind of like _ + but attached. in context: "x ± vt = constant or x = (-/+) + constant." Thanks for any speedy help!- aschulz90
- Thread
- Mean Short Sort Symbol
- Replies: 6
- Forum: Precalculus Mathematics Homework Help
-
F
Not only is the symbol daunting, but the words are too
Homework Statement Check that \mathbb{F}_2 is a field The Attempt at a Solution The problem set given to us is mixed in notes, so I might have missed something because it's so messy. These are the two properties given. A field F is a set with + and * on it such that (x,y) \to x + y \in...- flyingpig
- Thread
- Symbol
- Replies: 63
- Forum: Calculus and Beyond Homework Help
-
F
What is the objective function in optimization?
http://web.mit.edu/15.053/www/AMP-Chapter-04.pdf Go to page 8/45 Where it tackles on the case of y being an unrestricted variable. They have the following y_i = y_i^+ - y_i^- WHat do the plus and minus thing mean? It says they are both positive in page 9/45. Thank you- flyingpig
- Thread
- Mean Symbol
- Replies: 17
- Forum: General Math
-
K
Prove Levi-Civita Symbol is Only 3D Isotropic Tensor
My fluid mechanics textbook says so but gives no proof, I see why it's isotropic but I can't think of why it's the only isotropic tensor in 3D space.- kof9595995
- Thread
- 3d Isotropic Symbol Tensor
- Replies: 6
- Forum: Differential Geometry
-
O
Quick question - Christoffel Symbol Transformation Law
Hey everyone, This formula was just provided in a book and I was trying to prove it but I'm having a hard time understanding what it's saying. The formula is attached, along with the definitions given for the Christoffel symbols. In the definitions the i's are the standard basis vectors and...- osnarf
- Thread
- Christoffel Law Symbol Transformation Transformation law
- Replies: 4
- Forum: Differential Geometry
-
Z
Why can we use metric tensors to lower index of Christoffel symbol
I haven't learned much of advanced mathematics. It seems that we can use metric tensors to lower or raise index of christoffel symbols. But isn't christoffel symbols made of metric tensors and derivatives of metric tensors? How can we contract indices of a derivative directly with metric tensors...- ZealScience
- Thread
- Christoffel Index Metric Symbol Tensors
- Replies: 15
- Forum: Special and General Relativity
-
D
Meaning of a union symbol in front of a set?
I'm trying to read this book "Automata, Computability, and Complexity" by Elaine Rich and on page 75 it defines this function: \delta'(Q,c) = \cup\{eps(p):\exists q\in Q((q,c,p)\in\Delta)\} I've never seen the union operator used in this way. What does it mean? Apologies if this is in the...- df606
- Thread
- Set Symbol Union
- Replies: 2
- Forum: Set Theory, Logic, Probability, Statistics
-
J
What is the $@ symbol for in a makefile?
Hi. Can anyone please tell me what purpose $@ serves in the dependency line below? I've tried looking online, and in the make and ifort documentation, but can't find anything. :confused: $(EXECUTABLE) : $(OBJECTS) ifort $(LOADFLAGS) -o $@ $(OBJECTS) $(LIBRARIES)...- jf22901
- Thread
- Symbol
- Replies: 2
- Forum: Programming and Computer Science
-
N
Same symbol, different meanings? Subgroup index & field extension
Hello, Say we have field (F,+,.) and field extension (E,+,.), then the degree of the field extension (i.e. the dimension of the vector field E across the field F) is given the symbol [E:F] . But we can also see F and E as the groups (F,+) and (E,+), and then the same symbol denotes the...- nonequilibrium
- Thread
- Extension Field Index Subgroup Symbol
- Replies: 3
- Forum: Linear and Abstract Algebra
-
I
QFT: Why Kronecker Symbol \delta_j^i is Basis Invariant?
I'm preparing myself for a QFT course and I have the following question about the Kronecker symbol: Why \delta_j^i is invariant to a change of basis and \delta_{ij} is not?- intervoxel
- Thread
- Symbol
- Replies: 9
- Forum: Quantum Physics
-
T
Bit rate, symbol rate and sampling in LTE
Hi guys, I have a problem in understanding LTE. LTE is the long term evolution 4G technology. The LTE requirement is 100 Mbps with 1.3, 2.5, 5, 10, 15 and 20 MHz for 128, 256, 512, 1024, 1536 and 2048 subcarriers. Each bandwidth corresponds to each number of subcarriers. My problem here...- thavamaran
- Thread
- Bit Rate Sampling Symbol
- Replies: 1
- Forum: Electrical Engineering
-
T
Appropriate graphic symbol for log()?
In the computer world at least, the symbol ^ is often used for exponentiation. I was just wondering if log has had anything in the multitude of languages out there. It would be nice to see an operator such as "1000¬10=3" instead of writing LogBase10(1000)=3 which is more ugly. I'm writing a...- Twinbee
- Thread
- Graphic Log Symbol
- Replies: 4
- Forum: General Math
-
U
Math.PI comes up with cannot find symbol error
Math.PI comes up with "cannot find symbol" error class Pi { public static void main (String[] args) { float radius=Float.parseFloat(args[0]); float shortPi=(float) Math.PI; float circ= shortPi *(radius+radius); float area= shortPi *(radius*radius); System.out.print("with Pi commuted...- UltimateSomni
- Thread
- Error Symbol
- Replies: 4
- Forum: Programming and Computer Science
-
O
What is the meaning of the weird symbol in 'Mathematical Logic'?
What's the symbol in the attached image, that looks like a right pointing arrow, but with a short perpendicular arrow at the base? The book is 'Mathematical Logic' by Cori and Lascar. They don't explain what it is. Maybe it's the symbol for function?- omoplata
- Thread
- Symbol Weird
- Replies: 8
- Forum: Set Theory, Logic, Probability, Statistics
-
C
Proving vector calculus identities using the levi-civitia symbol
Homework Statement Prove \nabla \bullet (\textbf{A} \times \textbf{B}) = \textbf{B} \bullet (\nabla \times \textbf{A}) - \textbf{A} \bullet (\nabla \times \textbf{B}) I'd like to prove this using the levi-civitia symbol: \epsilon_{ijk} and einstein-summation convention as practice and...- CmdrGuard
- Thread
- Calculus identities Symbol Vector Vector calculus
- Replies: 5
- Forum: Calculus and Beyond Homework Help
-
N
What Does the Symbol Pr Mean in Probability Functions?
hello everyone,I'm from china,and i need your help.there are some words in a paper as follows : The potential functions V_{i} are defined as the negative log posterior of the two segments’ ordinal depths conditioned on the curve cues, weighted by the curve length |Ci| And probably the...- Navy King
- Thread
- Mean Symbol
- Replies: 4
- Forum: General Math
-
Y
LaTeX How to type Hamiltonian symbol in latex
I am having trouble typing the Hamiltonian symbol into latex. I found the symbol in the http://mirrors.med.harvard.edu/ctan/info/symbols/comprehensive/symbols-a4.pdf" , however, I had some difficulties in installing the font and stuff. I am using tex-live. I got the following error...- yileili3
- Thread
- Hamiltonian Latex Symbol Type
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
P
What is the Meaning of the Symbol G in Specific Heat Capacity Measurements?
Hi, I am answering a question about Specific Heat Capacity and it asks for the energy in GJ. What does the G stand for? Thanks, Peter G.- Peter G.
- Thread
- Mean Symbol
- Replies: 4
- Forum: Introductory Physics Homework Help
-
B
A Binary Operator Symbol Identification.
I am curious what the wikipedia page <http://en.wikipedia.org/wiki/Pythagorean_addition> is referring to when it qoutes that symbol " a Little X in a Circle ", It says and I qoute the binary operation a "that symbol" b = sqrt(a^2 + b^2), Pythagoreans Hypotenuse. Much abliged.- BrockLee
- Thread
- Binary Identification Operator Symbol
- Replies: 1
- Forum: Differential Geometry
-
B
What Does B · ∇ Mean in Curl Formula?
Hello, I would like to ask a question on curl. The wikipedia page http://en.wikipedia.org/wiki/Vector_calculus_identities" gives formulas of various operations, among which: \nabla \times (A \times B) = A(\nabla \cdot B) - B(\nabla \cdot A) + (\underbrace {B \cdot \nabla...- bobfei
- Thread
- Curl identities Symbol
- Replies: 6
- Forum: Other Physics Topics
-
S
Is there a symbol for indicating one vector space is a subspace of another?
Hi all, I was just wondering, is there is a particular symbol to say V is a subspace of W? I suppose V\subsetW works if I describe each (sub)space in set notation first, but I was wondering what I could use if I don't state W or V as a particular set? Thanks- SprucerMoose
- Thread
- Subspace Symbol
- Replies: 3
- Forum: General Math
-
R
Levi-Civita Symbol multiplied by itself
Homework Statement evaluate \epsilon_{ijk}\epsilon_{ijk} where \epsilon is is the antisymetric levi-civita symbol in 3D Homework Equations determinant of deltas = product of levi-civita -> would take ages to write out. The Attempt at a Solution...- RolloJarvis
- Thread
- Levi-civita Symbol
- Replies: 4
- Forum: Calculus and Beyond Homework Help
-
S
The symbol beneath the equals sign
What does the symbol \underbrace{=}_{\wedge} mean? P.S. : The symbol beneath the equals sign is meant to be a triangle.- spaghetti3451
- Thread
- Sign Symbol
- Replies: 4
- Forum: General Math
-
P
Angle calculation from Atomic Term Symbol
Homework Statement Calculate the smallest angle (in degrees) that the total angular momentum of an atom in a 7D term can make with the z-axis. Homework Equations 2S+1LJ The Attempt at a Solution Given that the total angular momentum of the atom is defined by the quantum number J...- pdubbbs
- Thread
- Angle Atomic Calculation Symbol Term Term symbol
- Replies: 1
- Forum: Advanced Physics Homework Help
-
Z
Quick question about infinity symbol
Homework Statement Is it bad to put something like 0 < x < (inf) ? Since infinity is not a number. Homework Equations The Attempt at a Solution- zeion
- Thread
- Infinity Symbol
- Replies: 3
- Forum: Precalculus Mathematics Homework Help
-
N
Symbol Meaning: "+" Enclosed in a Circle
Hi, I am reading this paper and it has a symbol that I don't know what it's called. So for an x enclosed in a circle, it represents an analog multiplier. What does a "+" enclosed in a circle mean? I know it's add the analog signal, but what is it called?- nimitzhunter
- Thread
- Circle Symbol
- Replies: 3
- Forum: Electrical Engineering
-
D
Comp Sci Troubleshooting "Cannot find symbol" JAVA Error
Homework Statement Why am I getting an error message "Cannot find symbol" Homework Equations The Attempt at a Solution- doug5289
- Thread
- Error Java Symbol Troubleshooting
- Replies: 29
- Forum: Engineering and Comp Sci Homework Help
-
M
Identifying an Unknown Symbol in a Passage
Homework Statement I am reading this passage and I came across a symbol that I am unfamiliar with... it is the highlighted portion of the paragraph. Homework Equations The Attempt at a Solution- Miike012
- Thread
- Symbol
- Replies: 3
- Forum: Precalculus Mathematics Homework Help
-
G
Mathematica [Mathematica] Redefining a built-in symbol
Hello all :) I would like to redefine the built-in square root function. I have written this : mySqrt[z_]:=√z; Unprotect[Sqrt]; Sqrt[z_]:=If[Re[mySqrt[z]]+Im[mySqrt[z]]>0,mySqrt[z],-mySqrt[z]]; Protect[Sqrt] This works fine and redefine Sqrt[] as I want it to be. But, the symbol √ (by typing...- guerom00
- Thread
- Mathematica Symbol
- Replies: 2
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
S
The probability that symbol j is sent and symbol k is received
Homework Statement A Communication system transmits signals labeled 1, 2, and 3. The probability that symbol j is sent and symbol k is received is listed in the table for each pair (j,k) of sent and received symbols. For example, the probability is 0.12 that a 1 is sent and, owning to...- SamTaylor
- Thread
- Probability Symbol
- Replies: 5
- Forum: Precalculus Mathematics Homework Help
-
S
Vector Symbol Meaning - Explained by stampede247
So I am working on verlet integration using http://www.gamedev.net/reference/programming/features/verletPhys/page2.asp" algorithm. What I wanted to know was what do the symbols above the letters mean. N R and R0 are all 2d Vectors. Anybody know? Thanks, stampede247- stampede247
- Thread
- Symbol Vector
- Replies: 1
- Forum: Other Physics Topics
-
R
Is There an Error in My Christoffel Symbol Calculations?
I'm learning about the Christoffel symbol and playing around with it, so I'm curious... Does the math work below, or have I done something wrong? \Gamma^{j}_{cd}=\Gamma^{j}_{cd} g^{cd}\Gamma^{j}_{cd}=g^{cd}\Gamma^{j}_{cd}...- redstone
- Thread
- Symbol
- Replies: 5
- Forum: Advanced Physics Homework Help
-
M
Finding Components of the Christoffel Symbol
I'm finding it hard to understand this, does anyone know where I can find worked examples of how to find the components of the christoffel symbols of a metric? Please don't give me one to try, I really need a worked example. Thanks :S- MidnightR
- Thread
- Christoffel Components Symbol
- Replies: 2
- Forum: Special and General Relativity
-
T
Some books will mention that dy/dx is a symbol
Some books will mention that dy/dx is a symbol some say its a fraction,wht the truth? please help- tumelo
- Thread
- Books Symbol
- Replies: 5
- Forum: General Math
-
N
Identifying Unknown Maths Symbol
Hello! I was hoping someone could identify a symbol for me. It looks like the Hebrew letter 'peh', but rotated 'around the y-axis' (I don't know how else to describe its rotation!); or perhaps like a 'fancy' G. Does anyone know what the symbol could be? Many thanks.- nobahar
- Thread
- Symbol
- Replies: 10
- Forum: General Math
-
Understanding the Properties of Levi-Civita Symbol in Tensor Calculus
Homework Statement If \epsilon _{ijjk} is the Levi-Civita symbol: 1)Demonstrate that \sum _{i} \epsilon _{ijk} \epsilon _{ilm}=\delta _{jl} \delta _{km} -\delta _{jm} \delta _{kl}. 2)Calculate \sum _{ij} \epsilon _{ijk} \epsilon _{ijl}. 3)Given the matrix M, calculate \sum _{ijk} \sum...- fluidistic
- Thread
- Levi-civita Symbol Tensors
- Replies: 4
- Forum: Calculus and Beyond Homework Help
-
S
Symbol for Removing an Element from a Set: What Is It?
My lecturer used a symbol in class that represents an element being removed from a set to form a new set. Does anyone know what this symbol is?- Shaybay92
- Thread
- Element Set Symbol
- Replies: 6
- Forum: General Math
-
B
What Does \bar{\in} Symbol Mean?
What does this symbol mean \bar{\in}? I know what \in is but I never saw it with a line on top. edit. I figured it out I think It was used because they can't print \notin- bp_psy
- Thread
- Symbol
- Replies: 2
- Forum: General Math
-
E
Xcode, Duplicate symbol error during compilation? (C)
I'm following a tutorial off of the internet - http://masters-of-the-void.com/book10.htm" one to be exact - and whenever I try and compile I get this error: [PLAIN]http://dl.dropbox.com/u/1426380/Screen%20shot%202010-08-01%20at%2015.26.11.png I've tried going over my code again and again...- Epic Sandwich
- Thread
- Error Symbol
- Replies: 13
- Forum: Programming and Computer Science
-
D
Fortran How to Fix 'Undefined Symbol: G77_date_and_time_0' Error in Fortran Subroutine?
27 Jul 10 2:35 Hello, I have an error when I try to execute my python program which uses a fortran subroutine (which call date_and_time function) : "undefined symbol: G77_date_and_time_0" Do you know how can I fix this issue? Thank you very much!- Dreyliciouss
- Thread
- Fortran Symbol
- Replies: 1
- Forum: Programming and Computer Science
-
R
Covariant derivative of the Christoffel symbol
Homework Statement Is the covariant derivative of a Christoffel symbol equal to zero? It seems like it would be since it is composed of nothing but metrics, and the covariant derivative of any metric is zero, right?- redstone
- Thread
- Christoffel Covariant Covariant derivative Derivative Symbol
- Replies: 3
- Forum: Advanced Physics Homework Help
-
R
Christoffel symbol manipulation
Homework Statement If the basic equation for the Christoffel symbol is \Gamma^l_{ki} = \frac{1}{2} g^{lj} (\partial_k g_{ij} + \partial_i g_{jk} - \partial_j g_{ki}) so if you bring multiply the first metric into that equation, won't that turn the first two derivatives into derivatives...- redstone
- Thread
- Christoffel Manipulation Symbol
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
R
What does this tensor symbol mean?
In a paper, the authors write: From what I know of the standard incompressible equations, it seems that \rho \textbf{u} \otimes \textbf{u} = \rho (\textbf{u} \cdot \nabla)\textbf{u}, but otherwise, I have no idea what the \otimes symbol means.- rsq_a
- Thread
- Mean Symbol Tensor
- Replies: 6
- Forum: Other Physics Topics
-
I
Infinity symbol inside of an absolute value Tattoo
I've been thinking about getting a tattoo. I was considering getting the infinity symbol inside of an absolute value. Or the absolute value of infinity. Whichever you prefer. How mathematically correct is that? The absolute value of infinity simplified is infinity is it not? Will I completely...- IanTBlack
- Thread
- Absolute Absolute value Infinity Symbol Tattoo Value
- Replies: 35
- Forum: General Discussion
-
S
What Does the Symbol in the Heat Equation Represent?
what does the symbol before the first "u" on the left side of the equation mean? It is found on this wiki page under the section "derivation in one dimension" http://en.wikipedia.org/wiki/Heat_equation the wiki page kind of just skipped a step, and didnt explain what the symbol...- superaznnerd
- Thread
- Mean Symbol
- Replies: 2
- Forum: Other Physics Topics
-
M
How to Insert Wavenumber Symbol and Draw Triple Bonds in Word?
Hi Does anyone know how to get the symbol for wavenumber, nu bar, in Word? Also if anyone has any tips on how to draw a triple bond quickly in Word. I'm happy to use the equal sign for a double bond thanks- Moogie
- Thread
- Symbol wavenumber
- Replies: 3
- Forum: Introductory Physics Homework Help
-
M
What is the Meaning of the Symbol that Resembles a Stretched-out S?
The one that looks kind of like a stretched-out S?- moonman239
- Thread
- Mean Symbol
- Replies: 2
- Forum: Set Theory, Logic, Probability, Statistics
-
L
Unknown Symbol in Molecular Term Symbols
Hello, I am interested in the electronic states of the N2 molecule. Now it is a homonuclear diatomic molecule and http://en.wikipedia.org/wiki/Molecular_term_symbol" ) but I do not understand what the Latin letters before the molecular term symbols mean. Here are some of the states X^{1}...