Recent content by Kiff

  1. K

    Comp Sci How to navigate the Wumpus Map?

    Hmmmm... I still get a error after the changes. it says room is not defined on the line while room!= "q"
  2. K

    Comp Sci How to navigate the Wumpus Map?

    wow, thanks that was quite helpful. Ya, I get what you are saying about the room+2 thing. i think it should be i + room. room being the input(room you want to go to) and i bring the room currently in. My mistake, the map file is actually like this: 1 2,7,5 2 5,6,7 but that shouldn't make a...
  3. K

    Comp Sci How to navigate the Wumpus Map?

    I'm doing the movement part of the wumpus game. I'm sure many of you are familiar with it, but if not; basically the player starts out in room 1 and s allowed to move into any adjacent room, then from that room into any adjacent room and so on . The map files that are organized as such: 1...
  4. K

    Homework Solution: Simplifying Trig Identity - cot2xsecx + 1/cosx

    awsome..thanks guys, omfg i forgot bout that identity
  5. K

    Homework Solution: Simplifying Trig Identity - cot2xsecx + 1/cosx

    wow that was fast, thanks so by cancelling the square I get: (cosx/sinx)(1/cosx) + 1/cosx =sinx/cos2x + 1/cosx <--- multiply by cosx =sinx/cos2x + cosx/cos2x =sinx + cosx did i do that correctly? the question I am doing is multiple choice answer tho a. csc2xsecx b. sec3x c...
  6. K

    Homework Solution: Simplifying Trig Identity - cot2xsecx + 1/cosx

    Help please on trig identity Homework Statement Simplify cot2xsecx + 1/cosx The Attempt at a Solution Well so far i got: cot2xsecx + 1/cosx =(cos2x/sin2x)(1/cosx) + 1/cosx =((1+cos2x)/(1-cos2x))(1/cosx) + 1/cosx and from there I am stuck, I've tried playing around with it...
Back
Top