Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 143 144 [145] 146 147 ... 173

Author Topic: Mathematics Help Thread  (Read 214798 times)

i2amroy

  • Bay Watcher
  • Cats, ruling the world one dwarf at a time
    • View Profile
Re: Mathematics Help Thread
« Reply #2160 on: April 19, 2016, 11:33:22 am »

Number of points is the number of hits. Turns is hits plus misses.
I got that, but my question was just double-checking if I was correct in assuming that the percentage given as "percentage of points per turn" could simply be taken from 1 to get the "percentage of misses per turn," which is what I'm actually looking for. (As I noted earlier, the important number I'm really looking for here is how good the guy is at dodging when the other guy has the anger hits compared to when the other guy doesn't have anger hits). I mean I'm pretty sure that that's what I do at this point, but if the small amount of statistics I've taken has taught me anything it's that you always need to be careful because statistic calculations are often extremely unintuitive. :P
Logged
Quote from: PTTG
It would be brutally difficult and probably won't work. In other words, it's absolutely dwarven!
Cataclysm: Dark Days Ahead - A fun zombie survival rougelike that I'm dev-ing for.

RedWarrior0

  • Bay Watcher
  • she/her
    • View Profile
Re: Mathematics Help Thread
« Reply #2161 on: April 20, 2016, 12:26:37 am »

Now for my own question. For a recent assignment, I was give the following function and told to find the residue at pi. Mostly I'm just wondering if I completely missed some easy method, or if the only way a senior undergrad would reasonably know is the excruciating way. Mathematica was no help here.
Logged

Reelya

  • Bay Watcher
    • View Profile
Re: Mathematics Help Thread
« Reply #2162 on: April 20, 2016, 01:08:35 am »

-snip-
I think I'm understanding you properly, but now is changing the points per turn into a "dodge percentage chance" (which is what I'm looking for as a final answer) just as simple as doing 1-ans%?

If you know the # of hits per unit of time, then yes you can derive the dodge% by subtracting that percentage from 1, since we're talking probability, there are two outcomes, and they have to add up to 1.

My method for solving the problem was based on realizing that there are two independent sequences (normal hit, vs dodge-hit-hit-hit), we know the likelihood of each sequence occurring, and we know the amount of time that each sequence takes. from that we can work out the proportion of time spent in each sequence, and therefore average number of hits (or dodges) per unit time.
« Last Edit: April 20, 2016, 01:17:17 am by Reelya »
Logged

3man75

  • Bay Watcher
  • I will fire this rocket
    • View Profile
Re: Mathematics Help Thread
« Reply #2163 on: April 23, 2016, 05:55:29 pm »

Quick question: Graph wise what makes a even function even and a Odd function odd?

Again this is without any equations/numbers being in place.
Logged

frostshotgg

  • Bay Watcher
  • It was a ruse
    • View Profile
Re: Mathematics Help Thread
« Reply #2164 on: April 23, 2016, 05:58:58 pm »

An even function looks the same if you mirror it across the middle line without a horizontal shift. An odd equation looks the same if you rotate it 180 degrees around without either a horizontal or vertical shift. For even, think y = x^2. It looks the same as you go either positive or negative from x = 0. For odd, think y = x. It goes up when it goes right the same speed as it goes down when it goes left. If you flipped the graph upside down it'd look the same.
Logged

TheBiggerFish

  • Bay Watcher
  • Somewhere around here.
    • View Profile
Re: Mathematics Help Thread
« Reply #2165 on: April 23, 2016, 05:59:48 pm »

Even:Symmetric about y=0

Odd:Symmetric about y=x (or) You can rotate it 180 degrees and have the same function.

Dang it ninja.
Logged
Sigtext

It has been determined that Trump is an average unladen swallow travelling northbound at his maximum sustainable speed of -3 Obama-cubits per second in the middle of a class 3 hurricane.

3man75

  • Bay Watcher
  • I will fire this rocket
    • View Profile
Re: Mathematics Help Thread
« Reply #2166 on: April 23, 2016, 06:07:35 pm »

Thank you everyone!
Logged

3man75

  • Bay Watcher
  • I will fire this rocket
    • View Profile
Re: Mathematics Help Thread
« Reply #2167 on: April 26, 2016, 08:19:03 pm »

If i'm suppose to list the potential rational zeros of the following polynomial: 5x^3 - x^2 + 3

Then how do I do it step by step?

I know the answers are 1/5, 3/5, 1, and 3 (plus or minus of course) but i'm not sure how to get that. Why is 5 not included as a potential zero?

Note: this is finding potential zeros NOT finding zeros.
Logged

Dozebôm Lolumzalìs

  • Bay Watcher
  • what even is truth
    • View Profile
    • test
Re: Mathematics Help Thread
« Reply #2168 on: April 26, 2016, 09:36:51 pm »

...using what process?

I can limit all zeros of a polynomial to nontranscendental real numbers - that doesn't tell me much.

It really depends on the method. How, roughly, did you get those numbers?
Logged
Quote from: King James Programming
...Simplification leaves us with the black extra-cosmic gulfs it throws open before our frenzied eyes...
Quote from: Salvané Descocrates
The only difference between me and a fool is that I know that I know only that I think, therefore I am.
Sigtext!

Karlito

  • Bay Watcher
    • View Profile
Re: Mathematics Help Thread
« Reply #2169 on: April 26, 2016, 10:10:04 pm »

Using the rational root test, presumably. Any rational number (that isn't 0) that is a root of a polynomial is of the form r/s, where r is a factor of the last coefficient and s is a factor of the first coefficient (and r and s are relatively prime i.e. the fraction is in lowest terms.)

No matter what class this is, I'd expect the rational root test to just be something that's given in your textbook.
Logged
This sentence contains exactly threee erors.

Mostali

  • Bay Watcher
    • View Profile
Re: Mathematics Help Thread
« Reply #2170 on: April 26, 2016, 10:52:56 pm »

If i'm suppose to list the potential rational zeros of the following polynomial: 5x^3 - x^2 + 3

Then how do I do it step by step?

Why is 5 not included as a potential zero?

List all factors of the constant term - {1,3} and list all factors of the leading coefficient - {1,5}.  Then list all combinations of ratios with an element of the first set in the numerator and an element of the second set in the denominator - {1/1,1/5,3/1,3/5}.  If the polynomial has a rational root then it will be the positive or negative of one of these ratios.

The specific reason that 5 is not a possible zero is a modular argument.  Consider x=5, then 5(5)^3-(5)^2+3=0 => 5(5^3-5)=-3 => 5^3-5=-3/5.  Notice that the LHS of the last equation is an integer while the RHS is not, and therefore an impossibility.  You could repeat this with any polynomial with a constant term that isn't divisible by 5.
Logged

TheBiggerFish

  • Bay Watcher
  • Somewhere around here.
    • View Profile
Re: Mathematics Help Thread
« Reply #2171 on: April 27, 2016, 06:35:23 am »

...How do you apply L'Hôpital's Rule to things that aren't 0/0 or infinity/infinity?
Logged
Sigtext

It has been determined that Trump is an average unladen swallow travelling northbound at his maximum sustainable speed of -3 Obama-cubits per second in the middle of a class 3 hurricane.

frostshotgg

  • Bay Watcher
  • It was a ruse
    • View Profile
Re: Mathematics Help Thread
« Reply #2172 on: April 27, 2016, 07:31:18 am »

Find a way to rewrite the term until it's one of those two.
Logged

MagmaMcFry

  • Bay Watcher
  • [EXISTS]
    • View Profile
Re: Mathematics Help Thread
« Reply #2173 on: April 27, 2016, 07:34:06 am »

...How do you apply L'Hôpital's Rule to things that aren't 0/0 or infinity/infinity?

You don't, because you don't need to, because you're (usually) done already.

Example: If f(x) goes to 7 and g(x) goes to 4, then f(x)/g(x) goes to 7/4.

Example: If f(x) goes to infinity and g(x) goes to -3, then f(x)/g(x) goes to -infinity.
Logged

TheBiggerFish

  • Bay Watcher
  • Somewhere around here.
    • View Profile
Re: Mathematics Help Thread
« Reply #2174 on: April 27, 2016, 04:02:45 pm »

I meant other indeterminate forms.
Logged
Sigtext

It has been determined that Trump is an average unladen swallow travelling northbound at his maximum sustainable speed of -3 Obama-cubits per second in the middle of a class 3 hurricane.
Pages: 1 ... 143 144 [145] 146 147 ... 173