List Definition and 494 Threads
-
N
Comp Sci CS: linked list confusion (Java)
I just took my final for Data Structures and there was a question on it dealing with linked lists. A part of the question really threw me off. It looked something like this: public class Node { int contents; Node next; } public class LinkedList { Node head, tail...- n00neimp0rtnt
- Thread
- Confusion Cs Java List
- Replies: 4
- Forum: Engineering and Comp Sci Homework Help
-
B
Complete list of physics equations?
This may be somewhat of an odd request, but I need a list of all physics formulas in the broad subject of physics (probably just into to physics level), preferably in plaintext. Anyone know where I can get this? I'm not looking to study it, so I'm not looking for a list of nicely categorized...- Bassir
- Thread
- Complete List Physics
- Replies: 10
- Forum: Other Physics Topics
-
A list of female string & QG theorists.
Is there such a list somewhere in the www? My motives are pure... :!)- MathematicalPhysicist
- Thread
- List String
- Replies: 10
- Forum: General Discussion
-
C
Where can I find a list of Christoffel Symbols for Various Metrics?
Does anyone know where I can find a list of Christoffel Symbols for various metrics? Metrics of general forms, as well as famous ones like Schwarzschild and Robertson-Walker? Yes, I can calculate them all if I really need to, but it's pretty tedious.- Chaosmarch
- Thread
- Christoffel Christoffel symbols List Symbols
- Replies: 4
- Forum: Special and General Relativity
-
G
Irrational numbers in infinite list of integers
Is it safe to assume that the absolute value of sin x is greater than zero for all positive integer values of x? I have no real experience in number theory, and I don't know if you can say that there are no irrational numbers in an infinite list of integers.- GunnaSix
- Thread
- Infinite Integers Irrational Irrational numbers List Numbers
- Replies: 8
- Forum: Linear and Abstract Algebra
-
Z
Does anyone know about a list of course on Quantum GRavity for the current year?
Hi there! Just asking for a website with a detailed list of winter/summer schools, workshops and so on for the full present year, related with quantum gravity. Thank you very much in advance.- zwicky
- Thread
- Course Current Gravity List Quantum Quantum gravity Year
- Replies: 2
- Forum: Beyond the Standard Models
-
F
Terence tao's list of mathematical embarrassments
http://rjlipton.wordpress.com/2009/12/26/mathematical-embarrassments/: i didn't think the invariant subspace problem would be an embarrassment. i guess it's not all that hard for finite dimensions. only one person mentioned goldbach's conjecture, & nobody said anything about perfect numbers...- fourier jr
- Thread
- List Mathematical
- Replies: 3
- Forum: General Math
-
Send Bulk Email from .TXT File w/ Linux (Ubuntu 9.04)
If I have a .TXT file with comma-separated e-mail addresses, is there some way that I can quickly send an e-mail out with all of them in the BCC field? For example, could this be done from the command line in Linux (Ubuntu 9.04)? Is there some way that I could have the contents of another .TXT...- cepheid
- Thread
- List
- Replies: 8
- Forum: Computing and Technology
-
K
Plot signal from list of data in MATLAB
I want to load a .mat file which contain 500 column of data in it and plot the signal out through the GUI using .m file. Can anyone help me on the code?- kay310
- Thread
- Data List Matlab Plot Signal
- Replies: 3
- Forum: Engineering and Comp Sci Homework Help
-
T
List of required branches of mathematics to study GR
Can you help me on making such list? "list of required branches of mathematics to study GR" I'm a high-school student, and I need to know what exactly I must study first to begin studying GR. thanks in advance :)- TrifidBlue
- Thread
- Gr List Mathematics Study
- Replies: 9
- Forum: STEM Academic Advising
-
List of Compact 7 dimensional Einstein manifolds
The most recent version of the theorem, as stated by Nikonorov in 2004 Let G a connected compact semisimple Lie group, which acts almost effectively on a seven-dimensional simply-connected homogeneous space M^7=G/H. If (G/H,\rho) is a homogeneous Einstein manifold, then it is either a symmetric...- arivero
- Thread
- Compact Einstein List Manifolds
- Replies: 2
- Forum: Beyond the Standard Models
-
M
List file names from a directory - Vietnames
Hi everyone, I have a folder of Vietnamese songs (files). The file names are in Vietnamese. I used a VB6 program to create a list of file names and output them to MS-word. The program won't understand the Vietnamese characters, suc as ^, ., ~..., so it was represented by question marks...- Mike Phan
- Thread
- File List
- Replies: 3
- Forum: Programming and Computer Science
-
N
How extensive is your To Do list?
How extensive is your "To Do" list? I have more items on my list than I could possibly complete in my lifetime, but it's mostly for keeping busy. Prioritised by the more important things to get done, I think a decade or two will see fulfilment. So I was curious about to what extent everyone...- Newai
- Thread
- List
- Replies: 17
- Forum: General Discussion
-
Mathematica List of Mathematica Built-in Functions
I couldn't find list of functions or operators. My naive approch was to list the elements of Symbol as Symbol seems to be the Head of all functions--but this didn't work. Is there a way for Mathematica to generate this?- Phrak
- Thread
- Functions List Mathematica
- Replies: 5
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
J
Complete Amateur Needs List of Reading Material
I'm sure this has been asked numerous times so I apologize ahead of time. I have no physics background but have been increasing interested and have read a few books in the recent months and my curiosity has only grown. So far I have read the following. In Search of Schrodinger's Cat - John...- juggy4711
- Thread
- Amateur Complete List Material Reading
- Replies: 9
- Forum: Science and Math Textbooks
-
G
Americans clean up in best beers in the world 2009 list
I thought Americans made watered down crap? http://www.ratebeer.com/RateBeerBest/bestbeers_012009.asp As it has been for the last 8 years, RateBeer Best was again the largest beer competition in the world -- over 1.97 million reviews of 91,000 beers from over 8700 brewers worldwide were...- gravenewworld
- Thread
- clean List
- Replies: 5
- Forum: General Discussion
-
A
Well Rounded Book List - Multiple Disciplines
I need some decent texts on general physics, chemistry, calculus, biology, and anthropology/sociology. I'm a sophomore in high school at the moment, but I'm tired of the lack of rigor in the high school curriculum, so I transferred into a homeschool program to give me more time for the...- apt403
- Thread
- Book List Multiple
- Replies: 29
- Forum: Science and Math Textbooks
-
J
List of index notation properties ?
list of index notation properties ?? Is there a list of index notation properties somewhere on the web ?? I'm just looking for a pdf file that I can reference while manipulating tensors using index notation (and summation convention). I'm not looking for proofs at all, just a quick...- juliette sekx
- Thread
- Index Index notation List Notation Properties
- Replies: 3
- Forum: General Math
-
H
Why Does Every Node in My Linked List Have the Same Data from a Text File in C?
Hey guys, I'm trying to implement a linked list in C, with each node carrying fields from a text file. The problem is that whatever was the last line read from the text file gets placed into every single node. Even more strange is that when I add an additional node outside of the while loop it...- Hallingrad
- Thread
- List
- Replies: 6
- Forum: Programming and Computer Science
-
I
Java What's wrong with my sorted linked list algorithm? (Java)
So my algorithm compares a node that needs to be inserted with the current linked list set. it goes from first (which contains the lowest integer) and moves forward until it hits null or when the key trying to be inserted is no longer greater than the nodes being compared to. My input of 23...- iamsmooth
- Thread
- Algorithm Java List
- Replies: 6
- Forum: Programming and Computer Science
-
S
Mathematica Mathematica: find mean value of an increasing list
I have a list L={a_{1}, ..., a_{n}}. I would like to find the mean of L_{i} := {a_{1}, ... , a_{i}} for each 1<i<n, and then plot the means. How do to do that in a smart way?- skitapa
- Thread
- Increasing List Mathematica Mean Value
- Replies: 5
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
P
Maple Define a Function from a List in Maple
Hi, I've just ploted a graph in Maple from a list thanks to the function pointplot(...,style=LINE). The graph(cf attachment) "looks like" a continuous function. So my question is the following: Is it possible to define a function from a list in Maple (provided that the plot of this list...- penguin007
- Thread
- Function List Maple
- Replies: 2
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
E
LaTeX How to Create a List of Appendices in Latex for Thesis?
Hello, In Latex, there are the \listoftables and \listoffigures control sequences to list the tables and figures respectively where you want. But I didn't find a similar control sequence to list the appendices, or did I miss it? Can anyone help please? Thanks in advance- EngWiPy
- Thread
- Latex List
- Replies: 3
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
E
LaTeX Table of Contents and List of Figures in Latex
Hello, 1- How to do the table of contents like this: 2- In creating a list of figures, the long description of some figures does not appear as a whole. How to split the description of figures in the list of figures? Thanks in advance- EngWiPy
- Thread
- Latex List Table
- Replies: 6
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
T
Schools Which College Should I Choose for a Physics Major in North Carolina?
I live in North Carolina and am going into senior year of high school and am looking to major in Physics for college with the end goal of either doing something in Cosmology or Astrophysics and am open to Condensed Matter physics. I have a list of schools that I have narrowed it down to. If...- TheSwager
- Thread
- College List
- Replies: 6
- Forum: STEM Academic Advising
-
P
Discover the Ultimate Consolidated Book List for Physics Topics at PF
Hi. So, I was wondering if there's a consolidated book list for different topics in Physics at PF. If not, we could make one here! I ran a search, I didn't really find anything except individual threads for specific topics. Anyone interested? Feel free to start.- physicsnoob93
- Thread
- Book List
- Replies: 7
- Forum: Science and Math Textbooks
-
B
Plotting a Line in 3D from a List of Points
Hey. Is it possible to plot a line in 3D from one point to another? The source of the points is a list.- button_ger
- Thread
- 3d Line List Plotting Points
- Replies: 5
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
G
Help with STL container list for INformation Manager
Help with STL container list for INformation Manager! I'm trying to create a info manager like rolodex. Rolodex.cpp List() function void Rolodex::List() { list<string>::iterator cIterator; for (cIterator = cardlist.begin(); cIterator != cardlist.end(); ++cIterator) {...- ghost305
- Thread
- Container Information List
- Replies: 14
- Forum: Programming and Computer Science
-
S
List of largest lake in every country in Europe?
I'm searching a list of the largest lake in every European country. Of course, I can google them one by one, but it would be easier if there is a list somewhere on the internet. However, I can't find any...- superwolf
- Thread
- Europe Lake List
- Replies: 5
- Forum: General Discussion
-
A
Invalid number: incomprehensible list input ERROR
"invalid number: incomprehensible list input" ERROR Hello, I'm beginning to code in FORTRAN 77 so be patient please. I'm trying to read a plain text file (*.txt) which has 6000+ rows and 56 columns, this is the code I've been written so far: program segmente implicit real*8...- a.marin
- Thread
- Error Input List
- Replies: 1
- Forum: Programming and Computer Science
-
J
Problem statement: If you have a list, how do you count the
Problem statement:If you have a list, how do you count the Problem statement: If you have a list, how do you count the number of characters in that list? For example, if the list is list=['happy', 'sad', 'angry'], how do I get the program to tell me there are 13 characters in the list...- jumbogala
- Thread
- Count List
- Replies: 2
- Forum: Engineering and Comp Sci Homework Help
-
F
Reversing an Integer String Using Linked List
Can someone help me on how exactly to do this? I'm trying to read an integer string and each "digit" in the string is put at the front of the linked list (i.e. reverse order). When I print it out I want it to reverse again. I know I'm not implementing it right because when I run it the program...- Firestrider
- Thread
- Integer List String
- Replies: 12
- Forum: Programming and Computer Science
-
A list of mathematical physicists worldwide.
Is there a list of people who are mathematical physicists around the world, and their universities? Thanks in advance.- MathematicalPhysicist
- Thread
- List Mathematical Physicists
- Replies: 3
- Forum: STEM Academic Advising
-
N
LaTeX LaTeX list of figures organised by chapter
Does anyone know how to do this? I want my list of figures page to be organised by chapters, with the chapter heading.- n0_3sc
- Thread
- Latex List
- Replies: 2
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
Was the Bailout Necessary for Companies 'Too Big to Fail'?
No matter what one thinks of Bush, he was as good as gold for comedians and the "internets". http://www.languagemonitor.com/media_analysis/explainers/%E2%80%98misunderestimate%E2%80%99-tops-list-of-all-time-bushisms- Ivan Seeking
- Thread
- List
- Replies: 53
- Forum: General Discussion
-
T
Do you list a publication (in a REU application) if ?
Should I list a publication if the paper has my name in there but I didn't actually write anything in the paper? (except producing some plots and results). Particularly when the professor just put my name there as a sort of "courtesy"? If so, how do I specify that I am not the primary author or...- tim_lou
- Thread
- Application List Publication Reu
- Replies: 2
- Forum: STEM Academic Advising
-
S
List three reasons why knowing the speed of sound is important to your life?
Please help me solving this homework! 1. List three reasons why knowing the speed of sound is important to your life? 2. From at least three sources, gather information on how you can measure the speed of sound. then, describe the methods that are available to you. Information can be...- Shamamsi
- Thread
- Important Life List Sound Speed Speed of sound
- Replies: 2
- Forum: Introductory Physics Homework Help
-
M
Programs Combined Eng. Mech and Physics Degree class list. Thoughts?
I'm currently a freshman at UIUC and a physics major. I've asked for a lot of advice on these forums and elsewhere and I think I may want to consider a double degree in some sort of engineering and physics. I have all my general education requirements done (thanks to a lot of AP credits) so all...- MissSilvy
- Thread
- Class Degree List Physics Physics degree Thoughts
- Replies: 10
- Forum: STEM Academic Advising
-
P
List of Undergrad Physics texts.
Other than "Fundamental of Physics" by Halliday, Resnick and Walker, I'd like to know a few more good texts used in 4-year undergrad degree? I'm doing EE right now and I'd like to study Phsyics on my own. thanks.- Peon666
- Thread
- List Physics Undergrad
- Replies: 2
- Forum: Science and Math Textbooks
-
G
Which math schools should I consider for my PhD? Comments appreciated!
Thanks again for the comments on my previous post. I've done some work narrowing the field of math schools. Note that since my previous post I've made a decision to weight schools in the south a bit more heavily than those in the north. Here is a list, along with my comments. AMS Group I...- Geomancer
- Thread
- List Short
- Replies: 2
- Forum: STEM Academic Advising
-
Why Do Some People Enjoy Holiday Shopping Despite the Stress?
One thing I dislike most about christmas is the shopping and materialism. I'm poor, and never know what to get family members, which seem to change every 3 years. This usually leads to large amounts of stress this time of year and me wasting countless hours online looking for deals when I should...- Topher925
- Thread
- List Year
- Replies: 37
- Forum: General Discussion
-
O
A list of US companies that suits my career interests?
I am a Canadian citizen that has 'recently' (may 2008) graduated from an Engineering Physics (Bachelor's degree) program from an accredited university. I have knowledge and entry level experience in the following (through internship/co-op terms and academics): Controls systems /...- operand451
- Thread
- Career List
- Replies: 3
- Forum: STEM Career Guidance
-
N
Einstein: list of publications
I stumbled across the following list of Einstein's papers... Somebody asked a related question on this forum recently...and this would help. http://en.wikipedia.org/wiki/List_of_scientific_publications_by_Albert_Einstein Is there a better place to post this?? Can it be posted in the...- Naty1
- Thread
- Einstein List Publications
- Replies: 1
- Forum: Special and General Relativity
-
T
Changing a tree into a list question
i got a BST tree each node builded like this: typedef struct node node; struct node { int value; node *left,* right,*next; }; i need to change it into a sorted linked list from the smallest to the biggest. i can't use malloc and i can't change the anything in this tree i...- transgalactic
- Thread
- List Tree
- Replies: 5
- Forum: Programming and Computer Science
-
T
How can I efficiently search a sorted linked list using steps of 1, 10, and 100?
i got a sorted linked list from the smallest to the biggest in each node i can go 1 , 10 ,100 steps forward i need to find an object in this linked list if the object is found i need to return it if not then null what is the most affective way to do that i can do a simple loop each time it...- transgalactic
- Thread
- List Search
- Replies: 8
- Forum: Programming and Computer Science
-
G
A Comprehensive List of Oxidizing & Reducing Agents and their Effects
I would be glad if someone compiled a list or atleast provide the link for the actions of various oxidizing and reducing agents like LAH, BAH, hydrogen, potassium permanganate etc. and on the various functional groups. This will be very useful to any organic aficionado and I will be very happy... -
M
Python Python, making a float of a list
I have made a list of data from a file, the file contains numbers and I want to calculate with the numbers. How do I make a float of a list where a[1] is: ['0.00500006128645'], I tried to just use float, but then I got: float() argument must be a string or a number- MaxManus
- Thread
- Float List Python
- Replies: 6
- Forum: Programming and Computer Science
-
M
Python Making an arrey of a zipped list, Python
How do you make an arrey out of this list? for X, H in zip(xarrey,harrey): print "%.2f %.5f" % (X,H)- MaxManus
- Thread
- List Python
- Replies: 2
- Forum: Programming and Computer Science
-
C/C++ How to properly insert an element at the end of a linked list in C++?
Following inserts new element at the list end. The class has list_head, list_tail, and count ... Problem: I don't know if node should be deleted or not. //inserts an element at the end template <typename Object> void Single_list<Object>::push_back( const Object & obj ) { //makes...- rootX
- Thread
- List Push
- Replies: 7
- Forum: Programming and Computer Science
-
S
List all the functions from the three-element set
Dear all, List all the functions from the three-element set {1,2,3} to the set {a,b}. The answer I have is 6 functions. However, the answer given at the back of the book has 24 functions: Note: In the following functions, I will use (sub 1) denoting subscript 1. f (sub 1)...- sampahmel
- Thread
- Functions List Set
- Replies: 2
- Forum: Calculus and Beyond Homework Help