Recent content by csgirl504

  1. C

    Linear Algebra solution to a system of equations

    Homework Statement x + y+ z = 0 3x + 2y -2z = 0 4x + 3y -z = 0 6x + 5y + z = 0 Homework Equations The Attempt at a Solution I put the equations into a matrix and reduced to RREF. This is what I end up with: x - 4z = 0 y + 5z = 0 The other two rows in the matrix are all...
  2. C

    Linear algebra question about subspaces

    That explains it very well! I think I was just getting a little confused. Thanks very much!
  3. C

    Linear algebra question about subspaces

    Homework Statement This is probably a very dumb question, but I just can't wrap my head around what I'm supposed to be doing. The question is: "Determine whether the set is a subspace of R3: All vectors of the form (a,b,c) where a = 2b + 3c" Homework Equations u + v is an...
  4. C

    Engineering Help developing sequential circuit for a counter

    Homework Statement Create the design for a sequential circuit that counts 0-5 using only D flip-flops. Your designs should include a state diagram, state table, stated equations, and input equations. Additionally, draw the circuit diagram that represents your 0-5 counter. Your design...
  5. C

    Comp Sci Java ArrayList Help: Troubleshooting Unexpected Type Error

    A better question would be, what is the correct way to search an ArrayList for a specific object?
  6. C

    Comp Sci Java ArrayList Help: Troubleshooting Unexpected Type Error

    Homework Statement I'm working on a program that uses an ArrayList to hold a collection of UserID objects (which contains the first and last names, plus username and password). When I add a new UserID to the list, I want to check to make sure that it is not already there. This is the error...
  7. C

    Comp Sci JAVA classes/constructors question

    Homework Statement I just have a quick question and hope I can ask it clearly. If I am writing a constructor for a class that takes in one value as an argument, but the value is two words, how can I extract the first and second word? For example, if I wrote a class called Name and my...
  8. C

    Comp Sci How Should I Implement the UserID and Password Generation in Java?

    Homework Statement This is my assignment: (Sorry, it's a little long) You are required to write a UserID Java class to be used when generating and storing the user id and password for a new user of a system. At a minimum, each UserID object should store a first name, last name, user id, and...
  9. C

    Coulomb's Law (Finding magnitude & direction of net force)

    Homework Statement Three positive particles of equal charge, +11.5 µC, are located at the corners of an equilateral triangle of side d = 13.0 cm (Fig. 16-50). Calculate the magnitude and direction of the net force on each particle. Image is here...
  10. C

    How Does Pep/8 Instruction C1 00 01 Affect the A Register?

    Sorry for the confusion! I think I figured it out. I'm not sure why I was having so much difficulty.
  11. C

    How Does Pep/8 Instruction C1 00 01 Affect the A Register?

    Sorry, I forgot to say that the language is Pep/8 (virtual computer). Not sure if that tells you anything, but that is the whole problem. I am given 5 answer choices: a. A2 11 b. A2 12 c. 00 02 d. 11 00 e. 00 FF And I know the answer is A. That's all the information I have. The...
  12. C

    How Does Pep/8 Instruction C1 00 01 Affect the A Register?

    Homework Statement (the language is Pep/8) Given the following state of memory (in hexadecimal) match the problem to the solution shown: 0001 A2 0002 11 0003 00 0004 FF What are the contents of the A register after the execution of this instruction? C1 00 01 I know that the answer is...
  13. C

    How Do You Calculate the Correct Spring Constant for Stopping a Car?

    Thanks for all of your help! The homework is closed, so I can't see what the right answer is, but I will ask my teacher! And now I know how to work it if it shows up on the test! Thanks again!
  14. C

    How Do You Calculate the Correct Spring Constant for Stopping a Car?

    Homework Statement What should be the spring constant k of a spring designed to bring a 1260 kg car to rest from a speed of 88 km/h so that the occupants undergo a maximum acceleration of 5.0 g? Homework Equations F=ma v2=v02 + 2a(x-x0 F=-kx The Attempt at a Solution...
Back
Top