Open Side Menu Go to the Top

03-19-2014 , 05:11 PM
Assuming " d/dx " and " ' " mean the same thing (derivative of) am I the only one who sees infinite recursion here?
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD **
$25m Guaranteed WPM on CoinPoker
Join the action now
Daily Rewards • Splash Pots • CoinRaces
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD **
03-19-2014 , 05:51 PM
Quote:
Originally Posted by Ryanb9
Assuming " d/dx " and " ' " mean the same thing (derivative of) am I the only one who sees infinite recursion here?
(f(kx + b))' and f'(kx + b) are not the same thing.


let f(x) = x^2
f'(x) = 2x

Using the rule:

(f(kx + b))'
= kf'(kx + b)
= k(2kx + 2b)
= 2*(k^2)*x + 2kb


Or the standard way:

(f(kx + b))'

= ((k^2)*(x^2) + 2kbx + b^2)'
= 2*(k^2)*x + 2kb
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-19-2014 , 05:55 PM
there's no recursion because f' in this case can be taken to mean "the formula for the derivative of f(x), but evaluated at (kx + b)".

So you start off knowing what f(x) and f'(x) are, and now you want to know what (f(kx+b))' is. The answer is put kx + b into your formula f', and then multiply the whole result by k.

This is just a special case of the chain rule, btw.

Last edited by gaming_mouse; 03-19-2014 at 05:59 PM. Reason: clarify notation
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-19-2014 , 05:56 PM
Btw I think this is the more general rule:

d/dx f(g(x)) = g'(x)f'(g(x))
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-19-2014 , 06:04 PM
Quote:
Originally Posted by candybar
Btw I think this is the more general rule:

d/dx f(g(x)) = g'(x)f'(g(x))
yes, although I've always preferred the more suggestive (since it hints why it is true using infintesimals) formula:

** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-19-2014 , 06:16 PM
Quote:
Originally Posted by gaming_mouse
there's no recursion because f' in this case can be taken to mean "the formula for the derivative of f(x), but evaluated at (kx + b)".

So you start off knowing what f(x) and f'(x) are, and now you want to know what (f(kx+b))' is. The answer is put kx + b into your formula f', and then multiply the whole result by k.

This is just a special case of the chain rule, btw.
Right, I mean if we give them the benefit of the doubt and play along, there is no recursion. I'm talking about if we look at it nittaly or just at face value.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-19-2014 , 06:24 PM
stop using whatever book/notes is mixing notation in definitions. use this instead,

http://tutorial.math.lamar.edu/Class...fFormulas.aspx
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-19-2014 , 06:42 PM
We used f and f' and f'' etc. exclusively in high school and university it was all d/dx from the getgo...was a bit confusing at first but then again I think our high school math was more advanced than the first couple of university math classes.

[and 12th grade honors math (the stuff that gives >4.0) in the US was like 7th grade math but I blame that on...Oklahoma]
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-19-2014 , 09:48 PM
Quote:
Originally Posted by clowntable
We used f and f' and f'' etc. exclusively in high school and university it was all d/dx from the getgo...was a bit confusing at first but then again I think our high school math was more advanced than the first couple of university math classes.

[and 12th grade honors math (the stuff that gives >4.0) in the US was like 7th grade math but I blame that on...Oklahoma]
I doubt Oklahoma is a unique situation in this.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-19-2014 , 11:47 PM
This thread is triggering PTSD from differential equations class.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-19-2014 , 11:53 PM
Quote:
Originally Posted by Ryanb9
Right, I mean if we give them the benefit of the doubt and play along, there is no recursion. I'm talking about if we look at it nittaly or just at face value.
I don't see anything wrong with the way it is written.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-20-2014 , 09:25 AM
So after being a dedicated Firefox user for about 8 years, I think I've just been converted to Chrome.

I'm surprised. I'm quite reluctant to change and within <2 min of using it I was like "wow, this is an objectively better browser".

It just feels a lot better: faster and more responsive. I don't know much about browsers, what is it exactly that's responsible for this?
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-20-2014 , 09:57 AM
From the HN comments of the crypto 101 post (wheee free crypto ebook)...pretty good intor video (not specific to Python):
https://www.youtube.com/watch?v=3rmCGsCYJF8
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-20-2014 , 10:34 AM
Quote:
Originally Posted by derada4
So after being a dedicated Firefox user for about 8 years, I think I've just been converted to Chrome.

I'm surprised. I'm quite reluctant to change and within <2 min of using it I was like "wow, this is an objectively better browser".

It just feels a lot better: faster and more responsive. I don't know much about browsers, what is it exactly that's responsible for this?
What OS? I use chrome, but firefox feels significantly faster to me than chrome. I just don't like its layout.

edit: on Mac
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-20-2014 , 10:36 AM
Quote:
Originally Posted by derada4
So after being a dedicated Firefox user for about 8 years, I think I've just been converted to Chrome.

I'm surprised. I'm quite reluctant to change and within <2 min of using it I was like "wow, this is an objectively better browser".

It just feels a lot better: faster and more responsive. I don't know much about browsers, what is it exactly that's responsible for this?
Lack of programmable control keys tilts me about Chrome to no end. Ctrl-tab should toggle back and forth between two tabs (with an extension is fine, but you can't even build one to do that). And Ctrl–B should bold when I'm in this text box. That's literally my only beef with Chrome, but it's a big one.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-20-2014 , 10:36 AM
Quote:
Originally Posted by Nchabazam
What OS? I use chrome, but firefox feels significantly faster to me than chrome. I just don't like its layout.

edit: on Mac
Firefox on Mac is pretty buggy. We don't even have to support it on our website.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-20-2014 , 10:47 AM
Quote:
Originally Posted by suzzer99
Firefox on Mac is pretty buggy. We don't even have to support it on our website.
It is a little buggy. It would flat out crash on like half the websites I visited until I upgraded to a new beta.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-20-2014 , 11:31 AM
What's the business case for something like Safari? Like why does Apple care at this point about having their own browser?
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-20-2014 , 12:27 PM
Quote:
Originally Posted by jjshabado
What's the business case for something like Safari? Like why does Apple care at this point about having their own browser?
If Chrome becomes the default browser on iPad/iPhone, it can become a dominant mobile platform in a hurry. Google's ability to add proprietary extensions to Chrome to make it a more attractive mobile platform is only limited by other popular browsers' refusal to do the same.

On desktop, IE and Firefox are credible alternatives but on mobile, it's going to be Chrome and Safari.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-20-2014 , 01:20 PM
Fair points, although I was thinking more of on desktops.

I guess maybe some of those same arguments apply there as well. If you have one dominant browser that isn't you you're at a disadvantaged for offering web based products.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-20-2014 , 02:46 PM
I like having different browsers so I can log in to two different accounts on the same website and have my password remembered.

Maybe there is a smarter way to do this with one browser?
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-20-2014 , 03:59 PM
Quote:
Originally Posted by maxtower
I like having different browsers so I can log in to two different accounts on the same website and have my password remembered.

Maybe there is a smarter way to do this with one browser?
I have never used this feature until you just made me look but it looks like Chrome allows multiple users. And I thought Firefox had multiple profiles from a while back?
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-20-2014 , 04:05 PM
Friend of mine is a huge Opera fan (lol closed source) and still tilted that they completely dumped the old one and went another route.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-20-2014 , 04:27 PM
Quote:
Originally Posted by clowntable
Friend of mine is a huge Opera fan (lol closed source) and still tilted that they completely dumped the old one and went another route.
Sounds like me. I still use Opera 12.x.
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
03-20-2014 , 06:49 PM
Do you by any chance also use >50 tabs at all times...like multiple rows of tabs...mind blown
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD ** Quote
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD **
$25m Guaranteed WPM on CoinPoker
Join the action now
Daily Rewards • Splash Pots • CoinRaces
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD **

      
m