Recent content by darthxepher
-
D
Statics Forces Problem (Trusses)
If it is a truss... Do we still account for the reaction force at support A in the y direction? If this was the case and I took the moment at A I would get : -1*(10) + -2*(5) + (2-0.707)*By + (2+0.707)Cy = 0 => 1.293*By + 2.707*Cy = 20 And for the sum in the y direction of the system...- darthxepher
- Post #3
- Forum: Engineering and Comp Sci Homework Help
-
D
Statics Forces Problem (Trusses)
Homework Statement I was doing a problem with my friend (the image that is attached to this) and when looking up a solution online... It said that the forces at reaction supports B and C are 5 kN in the y direction... Homework Equations The Attempt at a Solution We thought...- darthxepher
- Thread
- Forces Statics Trusses
- Replies: 2
- Forum: Engineering and Comp Sci Homework Help
-
D
Infinite loop with l'hopital's rule?
The actual problem is lim x-->0+ (cot(x) - 1/x) Do you think you could come up with a similar problem and help me with it so I can apply that to the original one? Sorry, I think this is making it overly difficult, but I would rather not cheat.- darthxepher
- Post #4
- Forum: Calculus and Beyond Homework Help
-
D
Infinite loop with l'hopital's rule?
I'm not supposed to get help with the exact problem, but, in general, you what do if this happens?- darthxepher
- Thread
- Infinite L'hopital's rule Loop
- Replies: 6
- Forum: Calculus and Beyond Homework Help
-
D
Thermodynamics dimensional analysis- off by 10
THANKS! I figured out what i did wrong. 18.02 g/mol = 18.02 kg/kmol! :P- darthxepher
- Post #3
- Forum: Introductory Physics Homework Help
-
D
Thermodynamics dimensional analysis- off by 10
Homework Statement I am going crazy! The problem tells me to use the ideal gas equation to solve for the specific volume. They give the pressure, 15 MPa, and the temperature, 623 K. However, solving it is not the problem. The problem is that I keep on getting the answer off by a factor of...- darthxepher
- Thread
- Analysis Dimensional analysis Thermodynamics
- Replies: 2
- Forum: Introductory Physics Homework Help
-
D
MATLAB Writing Strings to File in MATLAB
I solved it with a fid = fopen(path,'wt'); fprintf(fid,writer); fclose(fid); :)- darthxepher
- Post #2
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
D
MATLAB Writing Strings to File in MATLAB
Hey, so i want to write a string to a .txt file and I tried by doing this: save filename.txt writer (where writer is the variable containing string) ... But i get weird char. instead of the string. Any ideas?- darthxepher
- Thread
- File Matlab Writing
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
D
Undergrad How to know whether the least squares approximation exitsts.
How would one know when to find the least squares approximation?- darthxepher
- Thread
- Approximation Least squares Squares
- Replies: 1
- Forum: Linear and Abstract Algebra
-
D
Undergrad Is the trivial solution a unique solution?
Do you know how to tell if the least squares approximation exists?- darthxepher
- Post #3
- Forum: Linear and Abstract Algebra
-
D
Undergrad Is the trivial solution a unique solution?
If the only solution to Ax = b is the trivial solution, then is that solution considered unique?- darthxepher
- Thread
- Replies: 4
- Forum: Linear and Abstract Algebra
-
D
MATLAB Need help creating a recursive script in matlab that can do this:
Need help creating a recursive script in MATLAB that can do this: S = 1^2 + 2 ^2 + 3^2 + ... + n^2 : P Thanks.- darthxepher
- Thread
- Matlab
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
D
Converting Exponential Decay to Polynomial: Solving for Y(0) and k
Ya i did that, then solved for k but that still doesn't give me a polynomial... :P- darthxepher
- Post #6
- Forum: Calculus and Beyond Homework Help
-
D
Converting Exponential Decay to Polynomial: Solving for Y(0) and k
The assignment is to find some value of k given some information, but the assignment wants us to convert that expression into a polynomial then solve for k. Does that make sense?- darthxepher
- Post #4
- Forum: Calculus and Beyond Homework Help
-
D
Converting Exponential Decay to Polynomial: Solving for Y(0) and k
Homework Statement Turn y = y(0) * e^(-kt) into a polynomial. Homework Equations The Attempt at a Solution I have no idea of how I would go about doing this. I know you can use taylor series to approximate it, but is there any other way? Thanks, Darthxepher- darthxepher
- Thread
- Exponential Polynomial
- Replies: 6
- Forum: Calculus and Beyond Homework Help