List Definition and 494 Threads
-
X
Java Fix Java Linked List Output Issue & Error
Can someone tell me why there's no output? I compiled it, and it should work, but there's simply no output (netbeans). It also says "incorrect package" at the top of every file. It's a linked list that adds cars, sorts them, and (should) display the sorted results. There's also an error in...- XodoX
- Thread
- Java List
- Replies: 1
- Forum: Programming and Computer Science
-
L
List of things nearing the speed of light
Hello, I would be interrested in building a list of things moving close to the speed of light. This list would contain these information: name of the experiment/observation date nature of the object nearing the speed of light method used to create the fast object method used to...- lalbatros
- Thread
- Light List Speed Speed of light
- Replies: 14
- Forum: Special and General Relativity
-
E
Parts List = Bill of materials?
Is a part list equivalent to a bill of materials?- eurekameh
- Thread
- List Materials parts
- Replies: 1
- Forum: Mechanical Engineering
-
K
Looking to get a list of science books commonly used nationally?
I'm unsure if this is the right place to post this but I am looking for a list of popular Science/Mathematics textbooks that are commonly used nationally from Middle School-High School? I am doing a research paper. In my thesis I feel as if the history of science is not introduced enough. Most...- korr2221
- Thread
- Books List Science
- Replies: 1
- Forum: Science and Math Textbooks
-
F
Applying at companies who don't list job openings?
I come across a handful of companies which hire physics grads who do not have a job portal on their website. Does anyone have any experience applying at these types of companies? Does it generally mean they aren't hiring, or do not hire in this manner (perhaps they only recruit)? Would it be...- feathermoon
- Thread
- Job List
- Replies: 3
- Forum: STEM Career Guidance
-
S
Reversing the order of nodes in a doubly linked list (Solution provided)
Homework Statement Write an algorithm for reversing the order of nodes in a doubly linked list. You may assume a head and tail reference, and you may directly get and set the next field of any node, but you may not assume any add or remove methods are defined. You may...- s3a
- Thread
- List Nodes
- Replies: 2
- Forum: Engineering and Comp Sci Homework Help
-
L
Java Java: create a dictionary/ vocab list
Is there a way I can get the definitions from, say, dictionary.com? Does much method already exist or do I have to go about creating one? How would I get a specific something from a specific website? I prefer using java, but if there's another language that makes it easier, I also know C++...- LindaS
- Thread
- Java List
- Replies: 3
- Forum: Programming and Computer Science
-
S
Comp Sci Why Does My Java Program Display the Menu Before Adding or Removing Items?
Homework Statement I am supposed to write a program that uses a bag of strings to keep track of a list of chores. The user can add, remove, view, etc. items on the list. Homework Equations When I run the program and i choose an option from the menu. It displays the menu again before...- schapman22
- Thread
- Java List Program
- Replies: 3
- Forum: Engineering and Comp Sci Homework Help
-
J
Removing the first cell from a linked list
class intList { int value; intList *nextEntry; intList *reverseM(intList *prev); public: intList(int v, intList *next) : value(v), nextEntry(next) {} intList *reverseM(); intList *removeNthM(int i); // remove the ith element from the list int length(); }; intList...- John O' Meara
- Thread
- Cell List
- Replies: 10
- Forum: Engineering and Comp Sci Homework Help
-
D
Please help me compile a list of phenomenal dualities?
Experimenting with theoretical systems, it is important that I am aware of all possible dualities that physics concerns itself with. Such as: Space-Time duality Electro-Magnetic duality Wave-Particle duality Light-Matter duality (QED?) ...and so on. Would anyone care to offer...- david findley
- Thread
- List
- Replies: 5
- Forum: Other Physics Topics
-
M
List of Questions about Black Holes
So from what I understand, virtual particles that are created at the edge of a black hole can become the small detectable radiation (hawking radiation) if one of the particles falls into a black hole, becoming a real particle (its partner now no longer has to annihilate with it) and the second...- MeLlamoLlama
- Thread
- Black holes Holes List
- Replies: 15
- Forum: Cosmology
-
T
Find Permutation 4661 of G={1,2,3,4,5,6,7} | Answer Here
Hi to everyone... I would like to know which is the permutation 4661 of the elements G = {1,2,3,4,5,6,7} I have search for the formula around the internet but I could not find it... So I hope anyone can help about this solution. Thank you... and the result on the picture is like this as...- toli
- Thread
- List Permutation
- Replies: 8
- Forum: Precalculus Mathematics Homework Help
-
R
How to sort a list alphabetically but ignore numbers?
I have a list of urls I need to sort but I need to sort them only using the letters in the url? Eg. example.com/174353/a example.com/3452344/c example.com/435322/d example.com/2342/b example.com/23456/e Would be sorted as: example.com/174353/a example.com/2342/b example.com/3452344/c...- rollcast
- Thread
- List Numbers Sort
- Replies: 7
- Forum: Computing and Technology
-
S
Comp Sci Java - bag adt with linked list
Homework Statement "Implement a new method for the bag class. The new method allows you to subtract the contents of one bag from another. For example, suppose x has seven copies of the number 3 and y has two copies of the number 3. Then after activating x.subtract(y), the bag x will have...- schapman22
- Thread
- Java List
- Replies: 2
- Forum: Engineering and Comp Sci Homework Help
-
S
Comp Sci Linked list sorting method in java
Homework Statement I need to write a sorting method for my IntNode class. this is supposed to use the selection sort algorithm. Homework Equations selection sort algorithm given by problem while(the first list still has some nodes { 1. find the node with the largest element of...- schapman22
- Thread
- Java List Method Sorting
- Replies: 11
- Forum: Engineering and Comp Sci Homework Help
-
R
What is the mathematical topic related to finding gaps in a sequential list?
If I have a sequence 1,2,3,.. 1000. I can find a gap by summing up and subtrating from the sum of 1.. 1000 (usually with a known formula like n x (n+1) / 2 but with processing power I can just add 1 ... 1000 with a computer program). If there is a two number gap, I can add squares as well and...- rtal
- Thread
- List
- Replies: 2
- Forum: Linear and Abstract Algebra
-
M
Projectile Mechanics: 3-D List for Researching
Does anybody know where I could find a list of 3-D mechanics of a projectile? I would greatly appreciate it :). Thank you very much in advance :)- michaelknight
- Thread
- List Mechanics Projectile
- Replies: 2
- Forum: Mechanics
-
What Is the Span of a List of Vectors in Linear Algebra?
In order to improve my knowledge of Linear Algebra I am reading Linear Algebra Done Right by Sheldon Axler. In Chapter 2 under the heading Span and Linear Independence we find the following text: "If ( v_1, v_2, ... ... v_m ) is a list off vectors in a vector space V, then each v_j is...- Math Amateur
- Thread
- List Span Vectors
- Replies: 7
- Forum: Linear and Abstract Algebra
-
S
Mathematica List of CAS: Mathematica, Maple
Hello All, I would like to ask about experience in general math as well as general engineering software. At university time we used in different departments 1. Mathematica http://www.wolfram.com/ + add on http://www.fgg.uni-lj.si/Symech/ 2. Maple http://www.maplesoft.com/ + add on Mechanics of...- SolidElast
- Thread
- Cas List Maple Mathematica
- Replies: 5
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
P
Mathematica Mathematica maximize element extraction from list
Hi guys, I think this is a simple question for mathematica experts. How can I maximize the extracted value from a list given a index that has to respect some constrains? For example: S = {4,2,3,5} Maximize[{Extract[S,x], x<= 3, x>=1},{x}] I would like 4 is returned instead of...- parzio
- Thread
- Element Extraction List Mathematica
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
P
Mathematica Mathematica, NMinimize extract data from list
Hi guys, I am struggling again NMinimize. This is my problem: I am creating a model by using goal programming, my problem now is given a list of list i.e a matrix defined in this way S = {{5, 2, 7, 9}, {1, 2, 3, 4}, {3, 1, 2, 4}} extract from the first list {5,2,7,9} a number by...- parzio
- Thread
- Data List Mathematica
- Replies: 3
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
H
Need a list of core materials and their permeabilities
Anyone know where I can get a list of different core materials and their permeabilities?- HMS-776
- Thread
- Core List Materials
- Replies: 3
- Forum: Electrical Engineering
-
M
Need a list of good books from general to specialized topics
need a list of books for general reference for the future. currently a master level engineering student, I went through undergrad with some confusing books and I want to acquire some modern books on individual topics that are well received. for specialized topics, I am in need of introductory...- muffinman123
- Thread
- Books General List Topics
- Replies: 2
- Forum: Science and Math Textbooks
-
H
Mathematica How to Order (x,y) Coordinates in Mathematica?
Hi everyone, Is it possible to order a list of (x,y) coordinates in Mathematica by x, then y? I currently have a number of data files in which there are 5 columns: x, y, area, circularity, radius. I would like to order the list by x and y coordinates while keeping the rows intact. Thank you- HannahB
- Thread
- List Mathematica
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
B
Write down a list of nine features of the radiation fields that can be deduced
Homework Statement In the limit of large distances, the electric field that is associated with the radiation magnetic fields is given by the real part of: E(r)=[(μ(subscript 0) I(subscript 0) δ l)/(4pi)] cos θ ((-i ω)/r)exp [i(kr-ωt)] θ-hat The magnetic field is given by the real part...- blueyellow
- Thread
- Fields List Radiation
- Replies: 1
- Forum: Advanced Physics Homework Help
-
R
Schools Potential graduate school list and help with chances.
Hi, I could use some help in evaluating my choices for a phd program in physics. Below is my background and I was wondering what you thought of my chances at the schools listed below or if you have any suggestions for other schools. I want to study atomic, molecular, optical physics for my...- rogerd
- Thread
- Chances Graduate Graduate school List Potential School
- Replies: 1
- Forum: STEM Academic Advising
-
A
List: texts/ideas for BS math/phy to grad school
List of texts/key ideas for BS math/phy to grad school Thanks to great feedback, I've updated my attempt to: Pull out the minimal set of math and physics ideas, backed up by the actual history, that underlie the knowledge needed to navigate from junior level math/physics through graduate...- aalaniz
- Thread
- Grad Grad school List School
- Replies: 11
- Forum: Science and Math Textbooks
-
J
List of different relative speeds?
Hello, Let me first say this is not homework, If you do not believe me you can use any numbers you would like. I am just curious and would like to see how the "speed" of an object changes relative to different things. Basically, if say, I move 10 mph (or 20 mph, or 5 feet a second, it...- JT73
- Thread
- List Relative
- Replies: 13
- Forum: Special and General Relativity
-
D
List of Non-Singular Equivalencies
I was compiling a list of non-singular equivalencies. This is all I have so far. I would appreciate if you can help me to add more to these. Let A be a square n x n matrix. The following statements are equivalent. That is, for a given A, the statements are either all true or all false...- dondraper5
- Thread
- List
- Replies: 8
- Forum: Calculus and Beyond Homework Help
-
F
Why doesn't Maple recognize matrix in list?
Homework Statement I am basically just trying to resolve this matrix in maple by using a list because for a big system, there is no way I am entering all the numbers one by one and only to find out later my size was wrong. So for instance A := matrix([[2,3,3,0],[3,1,4,9]]) Now for...- flyingpig
- Thread
- List Maple Matrix
- Replies: 6
- Forum: Engineering and Comp Sci Homework Help
-
M
Python Python code for generating prime# list and evaluting a number
Homework Statement I am attempting to allow a user to enter a number and check to see if it is in a list of already generated prime numbers Here's my attempt Where can I put the code to allow the number to be checked, the prime list generator works fine alonedef buildPrimeList ()...- mr.me
- Thread
- Code List Prime Python
- Replies: 4
- Forum: Programming and Computer Science
-
A
Schools List of Full Scholarship Universities for Sci/Eng
This is a list of schools with (some type of) full scholarship programs that offer majors in science and engineering. The programs vary from school to school, so see the individual school for the details. I'm sure this list isn't complete. These are just the schools I've come across from a...- adaptation
- Thread
- List Scholarship Universities
- Replies: 2
- Forum: STEM Academic Advising
-
C
Fortran Fortran: separate acids from a list of chemicals in a text file
Dear Fellow Members, I am presently trying to write a Fortran 95 program to separate acids from a list of chemicals in a text file and then write them to a second text file. The program first matches the word "acid" and is then supposed to check if the word preceding the word...- carltonlacey
- Thread
- Acids Chemicals File Fortran List Text
- Replies: 1
- Forum: Programming and Computer Science
-
T
Mathematica Mathematica: Splitting a function into a list of terms
Hi, I need to split an expression into a list of terms, i.e. an expression like: a+b-c-d+... into: {a,b,-c,-d,...}. Can you help? Thanks in advance.- TenFold
- Thread
- Function List Mathematica Splitting Terms
- Replies: 2
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
R
Schools List of Courses Necessary for Physics Graduate School
I looked back a few months but could find no posts that explicitly covered both these so my question to y'all is: From your personal experience, if you had to compose a list of undergraduate math/physics courses that are necessary/extremely beneficial to success in physics graduate school...- razor_roller
- Thread
- Courses Graduate Graduate school List Physics Physics graduate Physics graduate school School
- Replies: 7
- Forum: STEM Academic Advising
-
T
Java Java: Creating my own Linked List
Hello everyone. My task here is to construct my own linked list. The outer class is SLList and the inner class is Node. The problem that I seem to be having is when I try to use the fields of the outer class in the inner class, I am getting "cannot make static reference to the non-static field."...- trouty323
- Thread
- Java List
- Replies: 6
- Forum: Programming and Computer Science
-
A
Proving the map function on finite lists using induction
Homework Statement Prove by finite list induction ∀xs:: [a]. map (\x -> x) xs = xs Homework Equations map f [ ] = [ ] map f (x : xs) = (f x) : map f xs The Attempt at a Solution The list induction principle to prove a finite lists of type a is [P([ ])^ ∀x :: a. ∀xs ...- asd1249jf
- Thread
- Induction List Proof
- Replies: 7
- Forum: Calculus and Beyond Homework Help
-
Comprehensive list of cosmological models and their properties?
Does anybody know about a comprehensive list of cosmological models and their properties? E.g. FRW, dS, AdS, ... Goedelspacetime, ... with metrics g, Christoffel symbols, Riemann tensors, Ricci, Ricci scalar, Kretschmann scalar, ... Tom- tom.stoer
- Thread
- Cosmological Cosmological models List Models Properties
- Replies: 1
- Forum: Special and General Relativity
-
C
How to list arXiv papers on NSF final report
I had NSF fellowship for the period of 2009 -- 2011, and now I have to fill out final report. When I am trying to fill out the section "publications and products" of my NSF report, it gives me four options: a) Journal publications b) Books c) Internet dissemination d) Other specific...- causalset
- Thread
- Arxiv Final List Papers Report
- Replies: 3
- Forum: STEM Academic Advising
-
S
SphericalPlot3D with List: Create 3D Plots from Point Data
Hello. SphericalPlot3D can build 3d plot only if arguments are : function (theta,phi) and theta's and phi's ranges. Is there an opportunity to use SphericalPlot3D or smth like that, if i have a list of points, {z,theta,phi}? Thanks!- sukharef
- Thread
- List
- Replies: 5
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
A
List n proof all distribution?
list n proof all distribution? someone help me proof gamma distribution,poison,binomial,geometric,exponential...- apit3g
- Thread
- Distribution List Proof
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
LaTeX LaTeX: Formatting List of Figures to say 'Figure 1'
Hello all :smile: I am hoping someone can help with this: When I use the \listoffigures command in LaTeX, it shows up as follows: List of Figures 1 Caption of figure 1. ...... 1 2 Caption of figure 2. ...... 2 But I wanted to actually say Figure 1, Figure 2, ... like this...- Saladsamurai
- Thread
- Latex List
- Replies: 4
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
R
Preparing for PGRE: My Recommended Reading List
These are the books that i have decided to study from for my PGRE...Any advice and recommendations are needed... Fundamentals of Physics : Halliday, Resnick and Walker Introduction To Electrodynamics : David J. Griffiths Introduction To Quantum Mechanics : David J. Griffiths Optics : E...- Rose.w
- Thread
- List Pgre Reading
- Replies: 10
- Forum: STEM Academic Advising
-
M
Comp Sci What does the error T does not match T mean in my Java code?
I am getting compilation errors in the following segment of my code: _underlyingStorage was declared in the following way: private T[] _underlyingStorage = (T[]) new Object[128]; public T next() { _currentIndex++; if(_underlyingStorage[_currentIndex] ==...- magnifik
- Thread
- Array Java List
- Replies: 2
- Forum: Engineering and Comp Sci Homework Help
-
1
Fortran Fortran 77 help making an empty array (or blank list if they exist in fortran)
I need to create an empty array but the length of the array is determined by the start and end numbers entered by the user for example if the range of numbers the user was interested in was 4-10 inclusive then i want the array to be of length 7 How to I go about doing this? Other...- 1ytrewq
- Thread
- Array Empty Fortran List
- Replies: 5
- Forum: Programming and Computer Science
-
L
A Cumulative List of Math Textbooks
I'm putting together a list to hopefully help those who are seeking a textbook to use. Please feel free to offer suggestions/corrections/etc. I'm starting with math and physics for now but will branch out into other subjects after having a solid foundation. At some point in the future, I hope...- lase
- Thread
- List Textbooks
- Replies: 11
- Forum: Science and Math Textbooks
-
D
Well rounded list of books for starting a home mathematics library.
I have taken all maths through Calculus I in high school, which was back in 2008. I am back in college again, this time with a renewed interest in math and philosophy. Without going into too much detail, I think it safe to say that the last thing on my mind in high school was school, which I...- drummerguy198
- Thread
- Books Home List Mathematics
- Replies: 3
- Forum: Science and Math Textbooks
-
M
Comp Sci Java Removing Element from List
i am trying to remove an element from the back of the list (i.e. the node right before the tail). i am using a dummy head and tail node. the code compiles correctly, but when i try to test it, there is no execution. below is the segment of code that i am referring to: public Object...- magnifik
- Thread
- Element Java List
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help
-
U
LaTeX Any ideas of how to represent a list in pseudo-code in LaTex?
I'm working with the algorithmic and algorithm packages in LaTeX and looking for a way to perform some operations on a list in the algorithm.. Any ideas how I can do that? Any advice is highly appreciated. Thank you in advance.- uwowizard
- Thread
- Ideas Latex List
- Replies: 4
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
S
Mathematica [Mathematica] Finding equal elements in a list
I have a nested list of the type: {{1, 2, 3}, {1, 2, 4}, {1, 1, 2}} I want to find the number of sublists in which the first two elements are equal, so in this case that's one (the sublist {1, 1, 2}). Is this possible in Mathematica?- SoggyBottoms
- Thread
- Elements List Mathematica
- Replies: 4
- Forum: MATLAB, Maple, Mathematica, LaTeX