Multiple Definition and 1000 Threads
-
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...- etf
- Thread
- Analysis Circuit Circuit analysis Diode Diode circuit Multiple
- Replies: 5
- Forum: Engineering and Comp Sci Homework Help
-
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>...- ramses07
- Thread
- Multiple
- Replies: 5
- Forum: Engineering and Comp Sci Homework Help
-
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...- thinktoohard
- Thread
- Choice Multiple Multiple choice Physics University Waves
- Replies: 2
- Forum: Introductory Physics Homework Help
-
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...- MathewsMD
- Thread
- Capacitance Capacitors Equivalent Multiple
- Replies: 7
- Forum: Introductory Physics Homework Help
-
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...- babagoslow
- Thread
- Heat Heat equation Multiple Sources
- Replies: 1
- Forum: Thermodynamics
-
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...- TastyLemons
- Thread
- Formula Multiple Vector
- Replies: 2
- Forum: Linear and Abstract Algebra
-
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...- Jamin2112
- Thread
- Integers Multiple Positive
- Replies: 2
- Forum: Programming and Computer Science
-
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...- meisterluv
- Thread
- Choice Multiple Multiple choice
- Replies: 4
- Forum: Introductory Physics Homework Help
-
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...- Tiven white
- Thread
- Choice Constant Constant velocity Multiple Multiple choice Velocity
- Replies: 18
- Forum: Introductory Physics Homework Help
-
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...- s_hy
- Thread
- 3d files Graphs Matlab Multiple Plot
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
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...- whitehorsey
- Thread
- Java Multiple
- Replies: 11
- Forum: Programming and Computer Science
-
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...- x BlueRobot
- Thread
- Angular Angular momentum Momentum Multiple Particles
- Replies: 4
- Forum: Mechanics
-
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...- MikeGomez
- Thread
- Android Line Multiple
- Replies: 1
- Forum: Programming and Computer Science
-
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...- Askhwhelp
- Thread
- Choice Density Density function Function Marginal Multiple Multiple choice
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
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...- javaldesc
- Thread
- Forces Multiple String
- Replies: 5
- Forum: Introductory Physics Homework Help
-
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?- anirudhsharma1
- Thread
- Angle Integration Multiple Sine
- Replies: 3
- Forum: Calculus
-
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...- Magna Visus
- Thread
- Multiple
- Replies: 2
- Forum: Linear and Abstract Algebra
-
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& \\...- Seydlitz
- Thread
- Angle Cosine Determinant Formula Multiple
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
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...- Vanrichten
- Thread
- 3d Integral Multiple Optimization
- Replies: 1
- Forum: Calculus
-
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...- caffeinemachine
- Thread
- Definition Multiple Theorem
- Replies: 12
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
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...- mrspeedybob
- Thread
- Capacitor Multiple Parallel Parallel plate Parallel plate capacitor Plate
- Replies: 17
- Forum: Electromagnetism
-
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...- pixelpuffin
- Thread
- Coil Field Magnetic Multiple Train
- Replies: 1
- Forum: Electromagnetism
-
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...- frensel
- Thread
- Motion Multiple Multiple variables Projectile Projectile motion Variables
- Replies: 17
- Forum: Introductory Physics Homework Help
-
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...- jonhendrix86
- Thread
- Derivatives Multiple Variable
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
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...- sandy.bridge
- Thread
- Inverter Modulation Multiple Pulse Width
- Replies: 2
- Forum: Electrical Engineering
-
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...- Zeus5966
- Thread
- Disk Forces Multiple Physics Torque
- Replies: 7
- Forum: Introductory Physics Homework Help
-
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...- SHISHKABOB
- Thread
- Functions Multiple Wave Wave functions
- Replies: 2
- Forum: Advanced Physics Homework Help
-
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...- NoobeAtPhysics
- Thread
- Choice Direction Multiple Multiple choice Physics Torque
- Replies: 3
- Forum: Introductory Physics Homework Help
-
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...- gildomar
- Thread
- Atoms Lines Multiple Spectral lines
- Replies: 3
- Forum: Introductory Physics Homework Help
-
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... -
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...- Septim
- Thread
- Multiple Probability Rolling Tetrahedron
- Replies: 6
- Forum: Set Theory, Logic, Probability, Statistics
-
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... -
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...- BMcC
- Thread
- Choice Multiple Multiple choice Springs
- Replies: 26
- Forum: Introductory Physics Homework Help
-
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...- woaini
- Thread
- Multiple Revolutions
- Replies: 12
- Forum: Introductory Physics Homework Help
-
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...- maria4376
- Thread
- File Line Lines Multiple
- Replies: 2
- Forum: Programming and Computer Science
-
N
Understanding Standing Waves on a String
Homework Statement In a standing wave on a string (a)In one time period all the particles are simultaneously at rest. (b)All the particles must be at their positive extremes simultaneously once in time period. (c)All the particles may be at their positive extremes simultaneously once in time...- nil1996
- Thread
- Choice Multiple Multiple choice
- Replies: 2
- Forum: Introductory Physics Homework Help
-
MHB Probability of Even # or Mult. of 3 from 1-10
From numbers 1 to 10 find the probability the number chosen is even number or a multiply of 3 Here in this question what mean by (multiply of 3)- r-soy
- Thread
- even Multiple Numbers Probability
- Replies: 1
- Forum: General Math
-
C
Collision of multiple particles
Hi friends, I have an issue in solving a Collision of multiple particles. Please Help me in solving this. Thank you all in advance. The problem is as: https://fbcdn-sphotos-e-a.akamaihd.net/hphotos-ak-frc3/q71/s720x720/1395304_1432383000322139_406785433_n.jpg Attempt...- coldblood
- Thread
- Collision Multiple Particles
- Replies: 2
- Forum: Introductory Physics Homework Help
-
D
Java Java rule on Methods with multiple parameters
Let's say a method or constructor has multiple parameters example in DecimalFormat -- public final StringBuffer format(double number, StringBuffer toAppendTo, FieldPosition pos) if you don't declare all of the parameters, what happens to those that are not...- Deathfish
- Thread
- Java Multiple Parameters
- Replies: 3
- Forum: Programming and Computer Science
-
O
Challenge 1: Multiple Zeta Values
A multiple zeta value is defined as \zeta(s_1,...,s_k) = \sum_{n_1 > n_2 ... > n_k > 0} \frac{1}{n_1^{s_1} n_2^{s_2}...n_k^{s_k}} . For example, \zeta(4) = \sum_{n = 1}^{\infty} \frac{1}{n^4} and \zeta(2,2) = \sum_{m =1}^{\infty} \sum_{n = 1}^{m-1} \frac{1}{ m^2 n^2} . Prove the...- Office_Shredder
- Thread
- Challenge Multiple
- Replies: 17
- Forum: General Math
-
P
Multiple Linear Regression - Hypothesis Testing
Homework Statement I'm looking through some example problems that my professor posted and this bit doesn't make sense How do you come up with the values underlined? Homework Equations The Attempt at a Solution Upon researching it, I find that you should use α/2 for both...- Phox
- Thread
- Hypothesis testing Linear Linear regression Multiple Regression Testing
- Replies: 4
- Forum: Calculus and Beyond Homework Help
-
E
Multiple Pulleys and Multiple Weights Problem
1. Homework Statement Solve for T (The force required to keep the pulleys at equilibrium) See attached image for pulley setup. 2. Homework Equations W2>W1 N=mg 3. The Attempt at a Solution Currently I have drawn out all the forces that act on each pulley, and I know there...- ethancooper
- Thread
- Multiple Pulleys
- Replies: 3
- Forum: Introductory Physics Homework Help
-
J
Object with *multiple* velocities nearing the speed of light-effect?
Object with *multiple* velocities nearing the speed of light--effect? Hello! I've had this question for sometime and I'd love if someone could shed some light on it for me. Here's the situation: Lets say that you were able to make an object reach velocities (and maintain) nearing the...- JacobQuestion
- Thread
- Multiple Speed
- Replies: 3
- Forum: Special and General Relativity
-
I
Electric Potential due to multiple charges
Homework Statement Homework Equations E = kq1q2/r2 The Attempt at a Solution Please correct me if I am wrong but I think it is A. Since doubling the charge, doubles the potential as well, while doubling the radius between the charges would just exponentially decrease the...- irivce
- Thread
- Charges Electric Electric potential Multiple Potential
- Replies: 3
- Forum: Introductory Physics Homework Help
-
0
How To Incorporate Sensor Uncertainties With Multiple Measurements?
Lets say a sensor measures within accuracy of +/- 0.05N And you take multiple measurements and graph it out. (I.e., 5.12N, 5.15N, 5.05N...). What is the uncertainty of the final average? One way I read is: Sx = s/√N where s = std. dev. N = number of data points But...- 012anonymousx
- Thread
- Measurements Multiple Sensor Uncertainties
- Replies: 5
- Forum: Other Physics Topics
-
O
How does dy/dt=ry end up with the constant multiple on the right?
I have, from the textbook: dy/dt = ry So I solve and get y = e^(rt)+C However, the book says that y=y_0 * e^(rt), where y_0 is the answer to the initial condition, y(0). I don't get it. The + C should be what we use to solve for the initial condition; how does y_0 end up in...- oneamp
- Thread
- Constant Multiple
- Replies: 2
- Forum: Differential Equations
-
M
The so-called Myth of Multiple Size Infinities
Someone said multiple infinities are absurd. I can't post the link btw because it's a non-mainstream theory. So there are actually, no multiple infinities? Regarding Cantor's absolute infinity, is this the highest infinity that any man could stated? If there are other infinities higher than...- Mohd Abdullah
- Thread
- Multiple
- Replies: 3
- Forum: General Math
-
T
Help with multiple magnetic field device
Greetings everyone I am deciding on a project to work on for my bachelor's degree in engineering right now. I have an idea that involves using multiple metal detectors placed about 1-2 cm apart from each other. The idea is to develop a device that is able to detect the shape of an metal item...- Thorgeir-DK
- Thread
- Device Field Magnetic Magnetic field Multiple
- Replies: 2
- Forum: Electrical Engineering
-
D
Calculating number of steps in multiple loop piece of code
Homework Statement The following pseudocode demonstrates an algorithm to create a 2D array from a 1D array by adding elements into certain rows: For i = 1, 2, ..., n For j = i + 1, i + 2, ..., n Add up array entries A[i] through A[j] Store the result in B[i, j] Endfor...- DrAlexMV
- Thread
- Code Loop Multiple
- Replies: 11
- Forum: Engineering and Comp Sci Homework Help
-
Q
Finding Period Of Voltage With Multiple Frequencies
How do you solve questions of the type: Find the period of the voltage a) 3cos(2500t) + 4(7500t + pi/2) b) a generic waveform: a*cos(x*t)+b*cos(y*t + theta) I saw questions similar to the above while going through a book. I attempted such questions when I was in college, but don't...- QwertyXP
- Thread
- Frequencies Multiple Period Voltage
- Replies: 4
- Forum: Electrical Engineering