IDK what any of this means, but you show math as a image now!!
Say thanks to core!
Printable View
IDK what any of this means, but you show math as a image now!!
Say thanks to core!
did I do it?
Correction: It's not a image.
@core: Issue with division (frac and dfrac), the dividing line is two high up:
Anyways, tyvm for adding this.
yolo = (69 + 420)
wat
f(x) = 1/1+(1/xo - 1)a-rt
how do i make it work
WTF, why if I refresh all katex like things stop working. Can't even edit my post above without me having to repost it.
Sjoe to the power of TK... damn thats a big number;)
@The Mayor I posted... are you happy? ;)
No clue what is causing that. I think it's some css conflict but no chance to solve at the moment. If someone wants to figure it out and tell me, that'd be great.
Because of the way I implemented it (lazily), you need to refresh the entire page for the script to execute properly, which doesn't happen if you just edit or make a post. Oops.
Well it's a limit isn't it? The only reason h cant be 0 is because there's a h in the denominator, but once you cancel out you're allowed to replace all the h's with a 0. You end up with
And i'm pretty sure h = 0 doesn't mean that it doesn't have a solution. It's simply the limit as h approaches to 0. If I try and use the difference quotient on the 2x^2:
So yeah, the function in the OP is the derivative of 2x^2
Here you make a mistake
Here you moved the 2 in front of but forgot to apply it to the
correct would be:
continueing:
But you can't just drop the 2h, that is only that case when it is the other way around. Now we are integrating:
e:
missed the part where you said you used the difference quotient.
Agreed, h cannot be 0. However, when you're dealing with a limit, h is an infinitely small number approaching zero. In that case, 2(h) is negligible and doesn't need to be included in the derivative.
I'm on my phone so Katex is gonna be annoying, bear with me :P
Let's take x^2 as an example, the derivative of that is obviously 2x.
If we use the first principle of derivatives to actually calculate the derivative, we'd get
lim(h -> 0) (2xh + h^2)/h
which gives you
lim(h->0) 2x + h
And so you treat h as 0 which gives you f'(x) = 2x.
My whole point is that the h is such a small negligible number (funnily enough there's no smallest positive/negative number) and so we treat it as 0.
Good :D I'll pop onto my srl skype more soon...
Yeah... but tbh I was meant to mention @hoodz which is a bit awkward now...
But gz on SSRL ;)
You are.. doing them correct..
This IS the correct answer. h can be 0 or whatever the limit is.. When you get rid of all on the bottom, you are allowed to substitute the limit for h. You are then left with the solution you have above.
Just because it is a limit, does not mean that it has to be close as possible without actually being.. So you are right.
Can even try it in wolframalpha.
Example of the derivative formula being used and h being eliminated by substitution of the limit: http://tutorial.math.lamar.edu/Class...erivative.aspx
@core; After some testing I don't think it's a css conflict, might just be some javascript. Could prob be fixed by moving katex css and js to the end of the page.
Heh, it was stolen from my katex example that I showed core. http://dgby.org/katex-test/
That would require modifying templates instead of isolating all of the changes within the confines of BBcode. Changing templates is annoying, as well as keeping those changes synced across all templates and with any updates that might happen to the BBcode would be too much of an extra maintenance burden and isn't feasible.
If you can find a way to fix this issue, I'm all ears; but whatever changes will likely need to be colocated in the BBcode functionality.
Wow that is a pretty awesome tag to have :) It uses similar notation as a Javascript library I used in one of my Android apps to display Math questions (jqMath). It seems that Katex does server side rendering though and one of the main reason I used jqMath was to require no internet connection at all.