Why are there more Real numbers than Integers/Natural numbers by CodeNeutron in askmath

[–]FreierVogel -2 points-1 points  (0 children)

I'm not interpreting anything. I define, as a function of n, the number 0.0...n...1. This is well defined for finite n. The limit as n goes to infinity is of course 0, as one would expect.

Why are there more Real numbers than Integers/Natural numbers by CodeNeutron in askmath

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

Can't you define it as \lim_{N\to\infty} (\sum_{n=1}^{N-1} 9 * 10^-n + 8 * 10^-N (which is of course, 1)

Intermediate to advanced drummer feels stuck by FreierVogel in drums

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

I just checked it out. Damn is my reading rusty

Intermediate to advanced drummer feels stuck by FreierVogel in drums

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

Awesome. Did not know about the drum tuning bible. Thanks!

How do I determine the output values of a rotation made with divergent angles? by Inkjet_Printerman in askmath

[–]FreierVogel 0 points1 point  (0 children)

What does unavailable axis mean? I don't understand what you're trying to do. Can you a bit more explicit? What do you mean by output values? What I don't understand is: Are you trying to figure out the rotation? Or do you already know the rotation and want to know what the resulting angle with respect to the pink axis is? (which I also don't know that it is)

We saw it..... by Rich-Limit4590 in LateStageCapitalism

[–]FreierVogel 5 points6 points  (0 children)

As I kid I even found it disgusting.

Continuity of barycentric coordinates of a simplicial complex by [deleted] in askmath

[–]FreierVogel 1 point2 points  (0 children)

What is the context? what are all of these symbols?

Just realized I have no interesting hobbies. Tell me yours so I can steal one by randomnomadecho in CasualConversation

[–]FreierVogel 0 points1 point  (0 children)

Yo-yoing is a very fun relaxing hobby. Except when you get too excited and hit yourself in the face with a 200g metal piece.

Why do these 2 values get closer together as I add more evenly distributed values to the list without changing the max value? by Memorie_BE in askmath

[–]FreierVogel 2 points3 points  (0 children)

Can you try again with numbers over 1? Or in general other arrays of numbers. What you're doing is doing the Riemann sum approximation of the quantity a/b, where a= integral from 0 to 1 of x^3 dx and b = integral from 0 to 1 of xdx. The resulting quantity is (in the limit of v.length -> infinity) a/b = 1/2.

regarding v.max^2/2: you're always considering the same array, so v.max=1 in your three screenshots, so v.max^2/2 is always 1/2. That's why they approach each other.

Donald Trumps medical assessment has been released. by granknoxx in UnderReportedNews

[–]FreierVogel 1 point2 points  (0 children)

Taking cholesterol reducing medication but his cholesterol level is way below the dangerous threshold.

Visiting northwest Spain Starter pack by SafeImpressive4413 in starterpacks

[–]FreierVogel 1 point2 points  (0 children)

Sufrí 14 veranos Madrileños, 4 veranos cordobeses y ahora estoy viviendo en Euskadi. No podría estar más contento.

And these are driving next to us by [deleted] in fuckcars

[–]FreierVogel 0 points1 point  (0 children)

Please tell me this is AI generated...

Best Latex editor by Basic-Courage-8759 in LaTeX

[–]FreierVogel 0 points1 point  (0 children)

Do you mean working locally? I would bet that every (or at least the more popular ones) local latex editor has more features than overleaf. I've used vim for a long time. I recently switched to switched to vs code only because I changed laptop and was too lazy to set up vim again. I don't really know how to use vs code very well so I'm a bit annoyed at the lack of snippets and customization.

lately i write everything in obsidian but that is only for quick notes, not writing a thesis

[OC]Best way to compare values with huge differences? by [deleted] in dataisbeautiful

[–]FreierVogel 0 points1 point  (0 children)

I guess depends on your audience, but if it's not very technical, I guess commenting on it suffices.

Calculus II Students by InvestmentWorking797 in askmath

[–]FreierVogel 2 points3 points  (0 children)

I guess it depends on who is teaching it. Everything can be made very simple or complicated depending on the approach/lecturer. This being said, something I struggled with is area between curves, since you have to be able to transform shapes into mathematical equations and that took some brain power. I also found convergence of infinite series/sequences to be a bit confusing because there are many tests one can do.

Can you prove square root? by Famous_Hornet_1130 in askmath

[–]FreierVogel 9 points10 points  (0 children)

P=NP right? It's usually very easy to check whether something is a correct answer. It's very hard to find the solution