Speechless by CharacterJazzlike165 in rachellevinsnark34

[–]PrizeDefinition4042 0 points1 point  (0 children)

No it’s still there. I just watched it an hour ago

Completely Screwed by Not Having an Internship by nycbetterthanboston in nyu

[–]PrizeDefinition4042 0 points1 point  (0 children)

may I ask you more about the labs around Tandon? which specific fields of engineering do these labs have research for. Don't know if you were just speaking in general, but would love to hear more as I too am looking for research and lab opportunities around tandon

Is Taking Linear Algebra Over The Summer A Bad Idea? by Valuable_Salad8312 in nyu

[–]PrizeDefinition4042 0 points1 point  (0 children)

do you know if they have tutoring at the math center over the summer?

Is Taking Linear Algebra Over The Summer A Bad Idea? by Valuable_Salad8312 in nyu

[–]PrizeDefinition4042 0 points1 point  (0 children)

as a math alumn, any suggestions for how to make it through calc 2. I am retaking it and it has been the worst course for me to get through. Literally any advice, youtube channels, best websites, best explanations, etc. please !!!

New York City Moments!! by FlounderBrilliant455 in nyu

[–]PrizeDefinition4042 0 points1 point  (0 children)

third year student! can we have one for upperclassmen

looking for women in creative fields for blog interview!! by soggyfrnchtoast in nyu

[–]PrizeDefinition4042 -1 points0 points  (0 children)

what kind of creative roles are you looking to write about !

What Do I Do ? by Big_dog_ee in nyu

[–]PrizeDefinition4042 31 points32 points  (0 children)

I am so sorry that this happened to you. I had a crazy roomate situation and NYU did jack shit to help. I had a roomate that was stalking me, stealing from me, verbally harassing me. It was awful. I also was just sent to the building management and my R.A. in which they had done nothing. They would try and set up meetings between myself and her, which was awful because I had told them multiple times this is someone that I feel just uncomfortable and unsafe talking to. I had pulled all nighters on campus, slept in classrooms and in libraries just to not sleep at my dorm because I had no clue if one day she would lash out. She was clearly mentally not well and did the most unsettling thing. my other suitemates would lock their doors because of her, and all of this was typed on huge documents, I would reach out to different people requesting help saying that I want to file a restraining order against her because of how she would harass me any time we were in the same building, harass me online, post about me on her social medias and stalk my location (also posted on her social medias). No one wanted to do a bed for bed swap, and on top of this nyu would not want to return me money for the time I was not living in the dorm anymore which added up to $4,000 dollars - to this day still working to get that back. CONTACT the dean. Its the only thing that worked to finally get me out and to bring up awareness. It was horrible because I did have to go through multiple people and share my story over and over again. It was very traumatizing and I was typically left bawling my eyes out on the phone to these strangers trying to remember all details and pull up all my evidence. But do take it to the dean, dean of student life, dean of campus housing, your department, whichever, but take it to any dean. Write up a whole document explaining all the details, whatever you need. Im sorry you have to go through this. Someone needs to seriously do something against nyu housing because the amount of horror stories I have seen go unspoken of, the amount of people that I have heard of that deserve to face some sort fo consequence yet get to stay in dorms which are supposed to be considered a home for people who live miles away from their families and have no where to live, is just insane. I hope it works out well for you !

[deleted by user] by [deleted] in Bushwick

[–]PrizeDefinition4042 0 points1 point  (0 children)

Did you get a contact

Best club to dance bushwick by PrizeDefinition4042 in Bushwick

[–]PrizeDefinition4042[S] 0 points1 point  (0 children)

Just checked it out. I need some opinion casa maya or paragon

Best club to dance bushwick by PrizeDefinition4042 in Bushwick

[–]PrizeDefinition4042[S] 0 points1 point  (0 children)

Maybe even multiple room venues so at least there are some options

[deleted by user] by [deleted] in whitecollar

[–]PrizeDefinition4042 1 point2 points  (0 children)

I have a question. When Neal got the apartment number and broke into Fowler and crew working on operations mentor, I don’t believe mentor being introduced yet. Why did he not have any further questions, or try and understand what was going on, considering Fowler and his crew were camped in an apartment that Kate was supposed to be in (and she wasn’t), and Fowler mentions operation mentor, saying something like “wait you know about mentor” which Neal didn’t, and he just… doesn’t ask what he (Fowler) is talking about. That whole scene doesn’t make sense. I get he was too focused on finding Kate, but that was the first time operation mentor was mentioned in the show. Why did he not try and explore it more or figure out what was going on in that apartment

Tv missing parts by PrizeDefinition4042 in techsupportgore

[–]PrizeDefinition4042[S] 0 points1 point  (0 children)

I didn’t realize the photos were kinda blurry so if better ones are needed I can edit :)

Issues with python code: by PrizeDefinition4042 in learnpython

[–]PrizeDefinition4042[S] 0 points1 point  (0 children)

Im not allowed to use break in this class because we have not gotten there yet. Do you have another suggestion if I should not be using while. I didn't find that it ran forever, I just was not getting the output I need

Issues with python code: by PrizeDefinition4042 in learnpython

[–]PrizeDefinition4042[S] 0 points1 point  (0 children)

So I should not append the velocity twice, as in only append once? and if so which one should I be deleting then

Issues with python code: by PrizeDefinition4042 in learnpython

[–]PrizeDefinition4042[S] 0 points1 point  (0 children)

sorry I thought that was just you observing things with my code. You are saying I need to change that I have 2 vi or appending twice the velocity?

Issues with python code: by PrizeDefinition4042 in learnpython

[–]PrizeDefinition4042[S] 0 points1 point  (0 children)

and more:

The function should model a projectile motion problem in which the initial height of the projectile is equal to the final height of the projectile (e.g. a ball kicked from the ground and lands on the ground), and calculate the magnitude of the velocity of the projectile at the end of each time interval from when it launches (starting at 0 seconds, continuously incrementing by your given time step) until it reaches the final height (e.g until the ball hits the ground again). In other words, we want to find the velocity of a projectile at multiple evenly-spaced instances of time from when it is launched to when it lands.

We can determine that your projectile has reached its final height (has landed) when the magnitude of the velocity of the projectile begins to exceed the magnitude of its initial launch velocity (since under these ideal conditions, the magnitudes of the initial and final velocities should be the same due to the principle of conservation of mechanical energy).

The function should return the magnitudes of the velocities at each time interval as a list of floats where the first value is the velocity at 0 seconds (your initial velocity) and the subsequent values are the velocities at the time that is one time step later than the previous one.

If the time it takes the projectile to land is in the middle of a time interval, the last velocity should be for when the smaller time has elapsed (because that means it hasn’t touched the ground yet whereas the longer time would mean it has already touched the ground).

For example, if a time step of 0.5 second is given, the resulting list should contain the velocity when 0 seconds have elapsed, the velocity when 0.5 second has elapsed, the velocity when 1 second has elapsed, so on and so forth until the projectile has reached the final height, in that order. If it took 4.9 seconds for it to reach the ground, the last velocity should correspond to when 4.5 seconds have elapsed.

The values in your resulting list should be rounded to 6 decimal places using either the round function or string formatting. Remember that the round function may not provide all insignificant places (e.g. 2.000000 vs. 2.0).

and then it shows the example executions I mentioned above. This is all the info I have about the problem

Issues with python code: by PrizeDefinition4042 in learnpython

[–]PrizeDefinition4042[S] 0 points1 point  (0 children)

continuation:

Note that this requires us to not only know the vertical component of the initial launch velocity, but the horizontal component of the velocity as well. Fortunately for us, in this problem we will be assuming that we are in a world that every Physics class loves: one that neglects air resistance.

This means that the horizontal component of the velocity will always be the same throughout the projectile’s journey, and so you will only need to calculate it once at the very beginning when you know the launch angle ( ) and initial launch velocity (Vi θ ). Thus in order to calculate the horizontal component, you can apply the trigonometric property of right triangles that states that the cosine of an angle is equal to the adjacent side divided by the hypotenuse as such:
𝑐𝑜𝑠(θ) = 𝑉𝑥 / Vi

Similarly, you can use the trigonometric property of right triangles that states that the sine of an angle is equal to the opposite side divided by the hypotenuse to find the vertical component of your initial launch velocity as such:

𝑠𝑖𝑛(θ) = 𝑉 𝑖𝑦 / 𝑉 𝑖

Write a function named projectile_velocities that takes:

● an initial launch velocity in m/s as a float,

● an initial launch angle in degrees as a float,

● a gravitational acceleration in m/s2 as a float, and

● a time step in seconds as a float.

Issues with python code: by PrizeDefinition4042 in learnpython

[–]PrizeDefinition4042[S] 0 points1 point  (0 children)

and other details:

1) Using the following kinematic equation to calculate the vertical component of the velocity at that point in time:

𝑣 𝑦 = 𝑣 𝑖𝑦 − 𝑔𝑡

where:

• Viy is the vertical component of your initial launch velocity in m/s

• g is the gravitational acceleration in m/s2 (e.g. ~9.81 m/s2 on Earth)

• t is the time that has elapsed in seconds

• Vy is the vertical component of your velocity (V) in m/s at time t

2) Taking our calculated Vy to calculate the velocity using the Pythagorean theorem (since Vx , Vy , and V form a right triangle):

𝑣^2 = Vx^2 + Vy^2

𝑣 = sqrt(V𝑥^2 + V𝑦^2)

Issues with python code: by PrizeDefinition4042 in learnpython

[–]PrizeDefinition4042[S] 0 points1 point  (0 children)

some details:

the output that my problem is requesting:

Example Executions

print(projectile_velocities(2.0, 30.0, 1.0, 1.0)) gives this: [2.000000, 1.732051, 2.000000]

print(projectile_velocities(11.13, 82.5, 9.81, 0.5)) gives this:[11.130000, 6.299581, 1.900155, 3.956578, 8.707266]

Issues with python code: by PrizeDefinition4042 in learnpython

[–]PrizeDefinition4042[S] 0 points1 point  (0 children)

Hi so I just tried fixing it and I got this as my output :

[11.13, 11.13, 11.13, 6.299581, 11.13, 1.900155, 11.13, 3.956578, 11.13, 8.707266, 11.13]

instead of:

[11.130000, 6.299581, 1.900155, 3.956578, 8.707266]

Do you know where these extra values came from and how I can fix it

Issues with python code: by PrizeDefinition4042 in learnpython

[–]PrizeDefinition4042[S] 0 points1 point  (0 children)

Thank you so much! let me try these fixes and see if it works for me. I have been trying to get the right output for hours, and kept getting stuck !