Recent content by homomorphism
-
H
Graduate Computing expected number of particle collisions
i'm not sure i understand exactly what you meant by pairwise collisions. if i have 100 particles, each with the same probability distribution of velocities going towards my particle X (assume none of these particles collide with each other but all start at different positions...each position...- homomorphism
- Post #3
- Forum: Set Theory, Logic, Probability, Statistics
-
H
Graduate Computing expected number of particle collisions
so i have a problem which can be formulated in the following way: assume you have n particles and you know the initial position of each. There is some probability distribution P which contains the probability of having a particular velocity. Now, each particle has this same probability...- homomorphism
- Thread
- Collisions Computing Particle
- Replies: 4
- Forum: Set Theory, Logic, Probability, Statistics
-
H
Graduate Why is the subspace topology on RP^n difficult to grasp?
so if we take some point P which is not 0, what would P's neighborhood consist of? and what would happen to the neighborhood when we take subsets of RP^n- homomorphism
- Post #3
- Forum: Differential Geometry
-
H
Graduate Why is the subspace topology on RP^n difficult to grasp?
so first let's take RP^2. I have a little trouble grasping why we can put a subspace topology on it. So RP^2 is the set of all lines through the origin in R^3. So if we take some subset S of RP^2 and the if set of points in R^3 which is the union of these lines in S is open then we can say we...- homomorphism
- Thread
- Space Topological
- Replies: 4
- Forum: Differential Geometry
-
H
Graduate Question about solving recurrences/difference equations
i want to know if there's any standard symbolic method of solving recurrences often found in the analysis of algorithms. many of these recurrences are readily solved by the master theorem. let's say we don't want to use that (for whatever reason) and we don't want to draw recursion trees...- homomorphism
- Thread
- Replies: 4
- Forum: Differential Equations
-
H
How do I determine the energy stored in an inductor after 2 seconds?
Homework Statement A resistor R is connected in series with an inductor L. The battery is connected at time t = 0. How much of this energy after 2 seconds is stored in the magnetic field of the inductor? Homework Equations U_{L}=\frac{1}{2}Li^{2} i(t)=i_{0}(1-e^{\frac{-t}{\tau}})...- homomorphism
- Thread
- Inductors
- Replies: 2
- Forum: Introductory Physics Homework Help
-
H
Question about magnetic field of a current
ah i understand now. thank you- homomorphism
- Post #3
- Forum: Introductory Physics Homework Help
-
H
Question about magnetic field of a current
Homework Statement a long hairpin is formed by bending a piece of wire. if the wire carries a current i = 1.15 A. the figure looks like this: \subset point a is at the center of the semicircle part (so that there is a radius r from a to the outside of the semicircle. i flows...- homomorphism
- Thread
- Current Field Magnetic Magnetic field
- Replies: 2
- Forum: Introductory Physics Homework Help
-
H
Gravitation vertical mine shaft question
Homework Statement Show that, at the bottom of a vertical mine shaft dug to depth D, the measured value of g will be g = g_{s}\left(1-\frac{D}{R}\right)g_{s} being the surface value. Assume that the Earth is a uniform sphere of radius R. Homework Equations F = \frac{GMm}{r^{2}} V_{S} =...- homomorphism
- Thread
- Gravitation Shaft Vertical
- Replies: 2
- Forum: Introductory Physics Homework Help
-
H
Complexity of divide and conquer algorithm?
yeah, i definitely understand what you're saying. But for example, your matrix multiplication, let's say it runs in some time T. and then you partition it. the time it takes for the computation would be less right? (assuming it can be partitioned, you have a large enough matrix, etc), which is...- homomorphism
- Post #4
- Forum: Programming and Computer Science
-
H
Complexity of divide and conquer algorithm?
bump...- homomorphism
- Post #2
- Forum: Programming and Computer Science
-
H
Complexity of divide and conquer algorithm?
Let's say I have some algorithm with complexity O(n^k) for some constant k. and let's say it runs in some time T. Now, I want to implement a divide and conquer approach for this algorithm, by dividing the problem in half each recursion. So basically, the first time i run my algorithm it will run...- homomorphism
- Thread
- Algorithm Complexity
- Replies: 4
- Forum: Programming and Computer Science
-
H
Undergrad Question about linear programming
well...i know it's the feasible region. But let's stick with the economics example...does computing the actual size of that region give anything useful?- homomorphism
- Post #3
- Forum: General Math
-
H
Undergrad Question about linear programming
basically, let's say i have three linear equations, y1, y2, and y3. assume y1 = ax+b where a and b are constants assume y2 = mx+k where m and k are constants assume y3 = n where n is a constant also, now assume that they all intersect at y1=y1=y3=n. would the area between the...- homomorphism
- Thread
- Linear Linear programming Programming
- Replies: 2
- Forum: General Math
-
H
Graduate What happens when you multiply two simplices?
hmm...how about if I have two 1-simplices: [a,b] and [c,d] If I wanted to compute the product space, would it be two 2-simplices, [a,b,c] and [a,b,d] or would it be a bunch of 1 simplices: [a,c], [a,d], [b,c], [b,d] ??- homomorphism
- Post #3
- Forum: Differential Geometry