What is Multiple: Definition and 1000 Discussions

A multiple-unit train or simply multiple unit (MU) is a self-propelled train composed of one or more carriages joined together, which when coupled to another multiple unit can be controlled by a single driver, with multiple-unit train control.
Although multiple units consist of several carriages, single self-propelled carriages - also called railcars, rail motor coaches or railbuses - are in fact multiple-units when two or more of them are working connected through multiple-unit train control (regardless if passengers can walk between the units or not).
The term multiple unit does not denote locomotives using multiple-unit train control.

View More On Wikipedia.org
  1. J

    HTML element with multiple classes

    Suppose I write the following in my stylesheet .class1 { position: relative; } .class2 { position: absolute; bottom: 0px; } and then the following in my body <div class="class1 class2"> </div> Will that div take...
  2. aab234

    Centre of gravity for multiple objects

    Hi. This is my first post so apologies if I do anything wrong. I have a homework question. *calculate the distance of the centre of gravity from support A for a framework containing 4 crates at 52kg per crate. I'll describe the diagram: A is on the far left. 3m from A are 2 crates stacked...
  3. M

    Can there be multiple ground states?

    I am reading an article on wikipedia about ground state and it says - The ground state of a quantum mechanical system is its lowest-energy state; the energy of the ground state is known as the zero-point energy of the system. An excited state is any state with energy greater than the...
  4. G

    Multiple universes in cosmology and quantum mechanics

    Hi, Are the multiverses that come up in some cosmological theories, e.g. inflation, in any way related to the worlds in the many-worlds interpretation?
  5. D

    Multiple motors to drive a single axle

    I want to turn an axle or a wheel using multiple motors. With a single motor, sometimes the power is not enough. Is there any method to use two or more motors independently driving the same axle or wheel ? The idea is to have contributions from all the motors so that the axle or the wheel gets...
  6. N

    Drawing a trajectory with multiple gravitational soures.

    Hi there guys. As the title implies I'm trying to draw a trajectory on the screen (yes, this is indeed about programing :P) involving multiple sources of gravity. Here is my dilemma: Since I'm working with an update loop there would be no problem to just simulate an object and having it...
  7. C

    How to optimise something when multiple parameters change the output

    This dilemma seems to occurs all the time in so many different engineering problems. It seems impossible to optimise something with multiple parameters, for three reasons: There are too many possible combinations of these parameters to be able to simulate them all You optimise one...
  8. F

    Energy and force in a solenoid with multiple wirings

    Homework Statement A solenoid has length L = 2.0m, radius R = 28.0cm, field strength B = 2.7T. The field is maintained by superconducting wires, with cross section 2mm x 2mm, wound with a 2mm spacing between windings and 20 layers of winding. Use the result that the current is I = 215A. a. If...
  9. Toast

    Separative work, Enrichment of elements containing multiple isotopes

    Dear all I'm trying to find the separative work units (SWU) required to enrich isotopically Tungsten. I've come across the SWU equation (http://www.fas.org/programs/ssp/nukes/effects/swu.html) SWU = P·V(Np) + W·V(Nw) – F·V(Nf) where V(x)=(2x-1)ln(x/(1-x)) and x is the...
  10. L

    Current in a Circuit with Multiple Voltage Sources

    What exactly are the rules for conserving the currents in a circuit? If we have multiple emfs in parallel with each other, how can we figure out the direction and magnitude of currents in each segment of a circuit? It makes perfect sense to me for one emf, and for the most part with two I...
  11. S

    Exploring Kepler's Third Law for Multi-Object Systems in Visual Python

    Hi, I am doing a physics project at school, which consists of recreating our solar system (with the sun and only 2 planets, Earth and Jupiter) with Visual Python. Then we want to measure the speed variation of the sun caused by both planets, to determine its period in a graph, which would allow...
  12. C

    MHB Show V=Cx iff there are no multiple eigenvalue

    $L: V\to V$ a diagonalizable linear operator on finite-dim vector space. show that $V = C_x$ iff there are no multiple eigenvalues ------- here $C_x = \operatorname{span} \{x, L(x), L^2(x), \cdots\}$ basically it is a cyclic subspace generated by x that belongs to V. edit: solved
  13. E

    Engineering Multiple diode circuit analysis

    It is well known that in order to solve diode circuits we must assume state of diodes, replace diodes with appropriate model (0.7V voltage drop) and solve circuit. Then we check result and if it agrees with initial assumption, we successfully solved our circuit. If we mark number of diodes in...
  14. R

    How Can I Fix My C Program to Handle Multiple Inputs for a Linear Equation?

    Homework Statement I'm trying to create a c program that will allow for multiple inputs for a simple linear equation, and will print those values. the program I've created only returns one valueHomework Equations y = mx + b The Attempt at a Solution #include <stdio.h> #include <math.h>...
  15. T

    University physics, waves, multiple choice.

    Homework Statement A cord with a mass of 40g is tied between two supports with a tension of 19.2N. The natural frequency of the cord is 10Hz. Find the length of the cord a.1.2m b.2m c.289m d.34cm Using your answer from Question 3, how long does the wave take to travel from one end of the...
  16. M

    Capacitance - combining multiple capacitors for equivalent C

    Capacitance -- combining multiple capacitors for equivalent C In the given problem, Ceq = C1C2C3C4/(C1 + C2 + C3 + C4) The answer says the equivalent capacitance is always less than C1 but I can't come up with thy. When I do this, I can't seem to prove that equivalent capacitance is always...
  17. B

    Modifying the heat equation for multiple sources

    If I have a hot wire, the distribution of its temperature with respect to radius (from the center of the wire) and time follows the heat/diffusion equation. However, now consider two wires, or even an array of many such wires. Say we can ignore the z coordinate and treat them as a point...
  18. T

    Vector Formula with multiple Equal signs?

    How do i go about solving the following equation? (Attached) I am attempting to implement it into java. BUt i have not gotten any further than this: wavenumber = new Vector2f(0.0f, 0.0f); wavenumber.x = (float) (2 * Math.PI / wavelength); Wikipedia Info for Equation...
  19. A

    Multiple or single disturbance wave in thermoacoustic setup?

    Consider a standard standing wave thermoacoustic setup with a stack at 1/4th from the end of one tube( the stack is a concentric type with a certain length. Note that I am not using a heated gauze directly) The stack is made concentric. One end is heated, the other is cooled. Sound is emitted...
  20. J

    Least Common Multiple of an arbitrary number of positive integers

    I need an algorithm for LCM(k1, k2, ..., kn). Here's what I was thinking: any number ki that divides evenly into another number kj, set ki = 1 return k1*k2*...*kn I'm having trouble implementing it, though. int LCM(int* numsPtr, int size) { // assume size > 1 and that array only...
  21. M

    How to solve multiple choice questions?

    Hello I was wondering if some one can give me advice on how to approach these types of problems. I do horrible on these types of questions but do well on all other, any strategy helps. Homework Statement This is an example problem: Oxygen molecules are 16 times more massive than...
  22. T

    Multiple choice question about constant velocity

    Homework Statement Which of the following is NOT true about an object having constant velocity? Select one: a. It has constant speed b. It is moving in a steady/fixed direction c. It has constant acceleration d. It might be at rest e. It might have a fixed position Homework...
  23. S

    MATLAB How to plot 3d graphs from multiple .dat files in matlab?

    In my project I basically need to plot 3D color coded surface graphs using MATLAB taking input from multiple .dat files (i have 1000 .dat files). In each file I have parameters x and y, and when I take multiple files, each having a different value of z, I can finally plot a graph. so does anyone...
  24. W

    Java Java Multiple Constructors Question

    In the main activity, I call one of the constructors: public Something() { //nothing initalized } public Something(7 variables) { ... (this.variable = variable) } public Something(10 variables) { ... (this.variable = variable) } I call the 7 variable one but the...
  25. X

    Angular Momentum of Multiple Particles

    L = Ʃ rn x mnVn The general equation for calculating the angular momentum is given above, from what I understand would you use the rn x mnVn part of the equation for each particle, and then sum these values all together? This isn't a homework or coursework question, I study Physics as a...
  26. MikeGomez

    Opengles 2.0 multiple line colors

    I've posted to Stackoverflow and no one answers, and I've signed up for Khronos but it won't let me open a new thread for a question, so I was hoping maybe someone here knows something about opengl es 2.0. I've searched the internet for about a week now and ran into a lot of promising leads but...
  27. A

    A Quick Multiple choice for marginal density function

    Given a plane with three points, (0,−1), (2,0), and (0,1) with x-axis and y-axis connecting three points to make a triangle. Suppose this triangle represents the support for a joint continuous probability density Pick one of the following: The marginal density f(y), defined as ∫f(x,y)dx...
  28. J

    Multiple Forces Acting on Masses Attached by a String

    A 2.0 kg block (m1) and a 6.0 kg block (m2) are connected by a massless string. Applied forces, F1 = 12.0 N and F2 = 5.0 N, act on the blocks, as shown in the figure below m1 is on the left side of the system, F1 is pulling on m1 to the left; m2 is to the right, F2 is is pulling m2 to the right...
  29. A

    Definite integration involving multiple angle of sine.

    pi ∫sin^2(nx)/sin^2(x) dx 0 I tried using mathematical induction and did arrive at the correct result but was wondering if a better method could be used to solve it?
  30. Magna Visus

    Multiple Choise Questions in Calculus/Algebra/Electromagnetism

    Hello guys, I want to ask if someone over here, might have a clue/link to MCQ questions regarding the following: Calculus, and topology. Algebra (not the basic stuff) Electromagnetism. I trying searching but found very few results, maybe someone have knowledge of such websites or...
  31. Seydlitz

    N-rowed determinant which corresponds to cosine multiple angle formula

    Homework Statement I need to prove or show that this n-rowed determinant which corresponds to cosine multiple angle formula is in fact true using induction. The Attempt at a Solution First let ##a = \cos \theta## and suppose I have this n by n determinant. $$ \begin{vmatrix} &a &1 &0& \\...
  32. Vanrichten

    MHB Multiple Integral and Optimization in 3D

    In this problem I have drawn out the region specified and noticed two sets of parallel lines indicating to me that a change of variable(u and v) are able to be used to solve this integral. I decided that u=y-x and v = -2x-y then solving for x and y I obtain x= (u-v)/3 and y = (4u-v)/3 From...
  33. caffeinemachine

    MHB Multiple Labels to a Single Definition or Theorem.

    Suppose I define closed sets and open sets in a single definition environment. Now I want to put two labels in the environment. \label{Open Set} and \label{Closed Set}. I have tried this and this doesn't cause any trouble and doesn't give any warning. But are there any hidden pitfalls in doing...
  34. mrspeedybob

    Multiple parallel plate capacitor question.

    Consider a capacitor with 4 parallel plates and 3 dielectric insulators arranged like this...+I-I+I- The insulator in the center has an equal amount of + and - charge on each side of it so shouldn't the electric field across this insulator be almost zero? If I constructed this capacitor with...
  35. P

    Multiple coil field math for magnetic train

    i need to know how to calculate the inductance and field strength of a coil while another coil directly beneath it is turning off and coils under that are also turning off i also need to know how quickly the coils will turn off and if i can accelerate the process if it makes a difference the...
  36. F

    Projectile Motion with multiple variables

    Homework Statement As shown in the figure below, a particle is moving in a circle of radius R with constant speed v. At some location, the particle is detached from the circle and falls with a parabola path to point A. What is the horizontal range x of the projectile?Homework Equations Writing...
  37. J

    Derivatives with multiple variable, help

    Homework Statement This is an Optimization Problem, find the maximum value. P(R)=(E^2*R)/(R+r)^2 Homework Equations P'(R)=? The Attempt at a Solution I have the solution to this problem, and I can solve it, I just don't understand some parts. I tend to think that the...
  38. R

    Projectile Trajectory - as influenced by multiple factors

    Hello All, I'm currently working through a scenario in which the following occurs : An object of mass M1 (kg) approaches a rotating wheel at a speed of S1 (m/s) along a belt The belt is at an angle Th1 (degrees) to the horizontal axis The rotating wheel has a linear velocity equal to S1...
  39. S

    Single-phase full-bridge inverter with multiple pulse width modulation

    Hey guys. I have been theoretically playing around with a single phase full bridge inverter. What I wanted to do was determine the waveforms for the current going through each of the components (ie. the four diodes and the four thyristors). I assumed all of them were ideal. Since I have no idea...
  40. Z

    Physics: Torque on a Disk problem - Multiple forces

    Homework Statement A uniform disk with mass m = 9.27 kg and radius R = 1.42 m lies in the x-y plane and centered at the origin. Three forces act in the +y-direction on the disk: 1) a force 344 N at the edge of the disk on the +x-axis, 2) a force 344 N at the edge of the disk on the –y-axis...
  41. S

    Normalizing Wave Functions Over Multiple Regions

    Homework Statement I need to normalize the following wave function in order to determine the value of the coefficients. This is from the basic finite square well potential. \Psi(x) = Ae^{k_{1}x},for \ x < -a/2 \Psi(x) = Csin(k_{2}x),for \ -a/2 \leq x \leq a/2 \Psi(x) = De^{-k_{1}x}, for \ x...
  42. M

    Multiple Random Variable Question

    Homework Statement A and B agree to meet at a certain place between 1 PM and 2 PM. Suppose they arrive at the meeting place independently and randomly during the hour. find the distribution of the length of time that A waits for B. (If B arrives before A, define A's waiting time as...
  43. N

    Physics Multiple Choice: Torque Direction

    Homework Statement What is the direction of the moment? A) along +x B) along −x C) along +y D) along −y E) into the page F) Out of the page Homework Equations T=rf The Attempt at a Solution I said out of the page because when I use the right hand rule, my...
  44. G

    Spectral lines from multiple atoms

    Homework Statement "A gas discharge tube contains H 1 , H2, He 3 , He4, Li6, and Li7 ions and atoms (the superscript is the atomic mass), with the last four ionized so as to have only one electron. (a) As the potential across the tube is raised from zero, which spectral line should appear...
  45. A

    MHB Drug Concentration After Multiple Dosages

    Suppose the concentration of a drug in the blood stream exponentially decays and is given by c(t) = a0e^-kt (0 is a subscript) where t is the time elapsed and a0 is the initial concentration after one dose. Further assume that doses of the drug are administered at time intervals of T. (a) After...
  46. S

    Probability of Multiple Tetrahedron Rolling Multiple Times

    Greetings, I have taken a probability course a year ago; however my mind is a bit rusty and I cannot recall the concepts. I want to be able to calculate the probability distribution function for the following question: Suppose you have a tedrahedron with number 1,2,3,4 on respective faces...
  47. P

    Knowing that a reaction has multiple steps?

    Hello, is there a way to eliminate the possibility of a reaction having one single step? For example, the reaction NO_2(g) + CO(g) \to NO(g) + CO_2 (g) appears to me to be single stepped, but my textbook gives the reaction in multiple steps and does not elaborate on how the individual steps...
  48. B

    No worries, let's just focus on finding the correct answers for the questions!

    1. Two blocks of equal mass are each pushed (from rest) along a frictionless surface a distance d. The force applied to block B is four times that applied to block A. What is the velocity of block B, relative to that of block A, vA? a) 4 vA b) 2 vA c) vA d) vA/2 e) vA/4 2. What is the...
  49. W

    Amount of Revolutions Based on Multiple Radii

    Homework Statement A chainwheel of a bicycle has a radius of .09 m, the radius of the smallest cogwheel (the “highest” gear) is .01 m, and the radius of the rear wheel is .35 m. At what rate (in revolutions per minute) must you be pedaling in order for the bicycle to have a forward speed of...
  50. M

    Fortran Comparing line in one file to multiple lines in another/FORTRAN

    Hi y'all I am trying to compare two files, so make one line from one file be compared to alll the lines in the other file until it finds a match where the difference is less than 0.003. This what I had thought of, but I still think it is just comparing line by line, instead of one line to...
Back
Top