Recent content by Prof. 27
-
Finding Cosets of subgroup <(3,2,1)> of G = S3
Wait I think I just figured it out. Since one of the elements of H is the identity element g must be one of the three elements listed in gH.- Prof. 27
- Post #4
- Forum: Calculus and Beyond Homework Help
-
Finding Cosets of subgroup <(3,2,1)> of G = S3
Okay, so this makes more sense now. I was in the mindset of Zn when I saw H. So we have S3 = {(1)(2)(3), (1)(2, 3), (3)(1, 2), (1, 2, 3), (1, 3, 2), (2)(1, 3)} With H = <(3,2,1)> Using permutation multiplication to generate H we get: (3,2,1)^1 = (3,2,1) = (1,3,2) (3,2,1)^2 = (1,2,3) (3,2,1)^3...- Prof. 27
- Post #3
- Forum: Calculus and Beyond Homework Help
-
Finding Cosets of subgroup <(3,2,1)> of G = S3
Homework Statement Find all cosets of the subgroup H in the group G given below. What is the index (G : H)? H = <(3,2,1)>, G = S3 Homework EquationsThe Attempt at a Solution I will leave out the initial (1,2,3) part of the permutation. We have S3 =...- Prof. 27
- Thread
- Abstract algebra Cosets Subgroup
- Replies: 4
- Forum: Calculus and Beyond Homework Help
-
System.Threading Multiple Timers in C#
Homework Statement Basically I'm trying to create two timers using System.threading.timer that run in parallel. One that runs for a minute, one that runs for a second. When I run the program I get nonsensical output. Despite reading a lot of stack overflow questions I can't seem to find where...- Prof. 27
- Thread
- Multiple
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help
-
Angle between vector and tangent vector
Homework Statement My problem is: For the logarithmic spiral R(t) = (e^t cost, e^t sint), show that the angle between R(t) and the tangent vector at R(t) is independent of t. Homework Equations N/A The Attempt at a Solution The tangent vector is just the vector that you get when you take the...- Prof. 27
- Thread
- Angle Dot product Tangent Tangent vector Vector
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
Solve Difficult Integral: ∫ex t-2 dt
Oh I'm so sorry! I mis-wrote the integral. It is: ∫e-x2 x-2 dt- Prof. 27
- Post #4
- Forum: Calculus and Beyond Homework Help
-
Solve Difficult Integral: ∫ex t-2 dt
Homework Statement Hi, I'm doing a variation of parameters problem for my differential equations class. It requires solving the integral: ∫ex t-2 dt I am sure my professor did not give me an impossible integral and that there is some algebraic "trick" to solving it, but despite going through...- Prof. 27
- Thread
- Integral Integration Integration by parts
- Replies: 4
- Forum: Calculus and Beyond Homework Help
-
Comp Sci Problem with C++ Information Structures, Pointers, Arrays
Didn't change anything. Thanks for the pointer though.- Prof. 27
- Post #3
- Forum: Engineering and Comp Sci Homework Help
-
Comp Sci Problem with C++ Information Structures, Pointers, Arrays
Homework Statement So I'm getting an error when I try to compile my C++ code: Debug Error Abort() has been called I have commented the code reasonably well, but the idea of the program is to take a file, separate the contents in each line to a part of a structure containing: Product Lookup...- Prof. 27
- Thread
- Arrays C++ Debugging Information Pointers Programming c++ Structures
- Replies: 3
- Forum: Engineering and Comp Sci Homework Help
-
Why Am I Getting Two Blocks of Zeroes in My Console Output?
Additionally, I'd add I'm setting up to use the Sieve of Eratosthenes.- Prof. 27
- Post #2
- Forum: Engineering and Comp Sci Homework Help
-
Why Am I Getting Two Blocks of Zeroes in My Console Output?
Homework Statement So, I'm getting two blocks of zeroes in my console output from this program. After much effort (and stack exchange) I'm still unable to get it working. Could someone point me to a solution? Mod note: Added code tags Homework Equations #include<iostream> #include<iomanip>...- Prof. 27
- Thread
- Bug Class Program Programming Programming c++
- Replies: 2
- Forum: Engineering and Comp Sci Homework Help
-
Showing that Something is a Subspace of R^3
Thanks. That makes sense I think.- Prof. 27
- Post #6
- Forum: Calculus and Beyond Homework Help
-
Showing that Something is a Subspace of R^3
Changed parts in bold Later changes are in italics ----------------------------------------------------------------------------------------------- Since y,z ∈ ℝ y+z ∈ ℝ because ℝ is closed under addition. So x ∈ ℝ. :Break: Let u = (x,y,z) be some vector in W. Let v = (a,b,c) be some vector in W...- Prof. 27
- Post #5
- Forum: Calculus and Beyond Homework Help
-
Showing that Something is a Subspace of R^3
Okay, so x + a = y + z + b + c, which satisfies the dependence of both x,a on the other respective components. So (x+a,y+b,z+c) is in W?- Prof. 27
- Post #3
- Forum: Calculus and Beyond Homework Help
-
Showing that Something is a Subspace of R^3
Homework Statement The question asks to show whether the following are sub-spaces of R^3. Here is the first problem. I want to make sure I'm on the right track. Problem: Show that W = {(x,y,z) : x,y,z ∈ ℝ; x = y + z} is a subspace of R^3. Homework Equations None The Attempt at a Solution...- Prof. 27
- Thread
- Linear algebra Subspace Subspaces Vector spaces
- Replies: 6
- Forum: Calculus and Beyond Homework Help