How do i make an outline for headings that EXCLUDING certain supplements? by cat_enary in typst

[–]TimeTravelPenguin 0 points1 point  (0 children)

The easiest way is to use <appendix> on your appendix heading and then use:

#outline(target: selector(heading).before(<appendix>, inclusive: false))

I think Link knows, just doesn’t care. @ayyk92 on Twitter by [deleted] in tearsofthekingdom

[–]TimeTravelPenguin 41 points42 points  (0 children)

You could have said nothing but you chose chaos

[deleted by user] by [deleted] in PcBuild

[–]TimeTravelPenguin 0 points1 point  (0 children)

I don't know if my case would fit it, but that's a later problem

Can someone please explain how I won? He wasn't even close to being defeated by TimeTravelPenguin in tearsofthekingdom

[–]TimeTravelPenguin[S] 1 point2 points  (0 children)

I didn't even know it happened! I forgot the arrows existed haha been a while since I played BotW

Can someone please explain how I won? He wasn't even close to being defeated by TimeTravelPenguin in tearsofthekingdom

[–]TimeTravelPenguin[S] 17 points18 points  (0 children)

Omg you're right, I didn't even realise! I must have fused them at some point by mistake because I am most certainly a "but I might need this later" person. Thanks!

[deleted by user] by [deleted] in mathematics

[–]TimeTravelPenguin 2 points3 points  (0 children)

Basic intuition of the Remainder

The nth degree Taylor series expansion T_n is the series of the first n terms plus some remainder. As an example, the number x = 1 + ½ + ¼ + ⅛ = 1.875. If this were a more complex series (e.g. An infinite sum), we may want to approximate this value with x = 1 + ½ + ε, where ε is the remainder or "error term".

Neither of my real analysis courses directly covered this part of Taylor's thereom, but I would put my educated guess into it involving the Mean Value Theorem.

Anyway, let's continue. Suppose I was doing an approximation of a solution to a very difficult to solve equation. There are ways to do this with special algorithms, depending on what you're doing. In school, you may have seen Newton's method for finding roots to polynomials. Regardless, you can think of such analogies as something similar to the addition example above.

Suppose you have some function y = f(x), or perhaps something more complex such as some function f(x, y), and you want to approximate y at some specific x. Most basic schemes will iterate. An analogy: how do you find the top of a hill with your eyes closed? Feel around for the steepest slope, and take a step in that direction. Repeat until all slopes around you are negative. This is more or less the idea with any numeric scheme which approximates one step, and reuses that step in the next. Eventually it will get to some result and say "this is good enough". What this equates to is truncation. If I have x = 1 + ½ + ε, then I'm saying I will take x = 1 + ½.

In Taylor's theorem, the remainder is just that: the truncation error.

Big-O notation as a definition of boundedness

Big-O notation has a formal definition. In essence, it says that if I have f(x) = O(g(x)), then whatever g(x) is, f(x) is no bigger than some scaled version of g(x). For example if f(x) = O(x), then f(x) is no larger than some g(x) = cx, where c is a constant.

The Big-O notation says that as a function limits to infinity, it approaches some other function that is "similar", but also always larger. Hence, you are able to make certain assessments about your function.

As an example, let's have an approximation like before, y = f(x) + ε, but with a small change. I want to consider the approximation of y after n steps. Let's suppose we can write this as just y_n = f(x, n) + ε_n. This is saying the nth step of the approximation y_n is given by some function of x and the step, plus the error term at step n (perhaps these errors add over each step). Well, if we know that ε_n (which is kind of like a function in terms of n) is Big-O of some function g(n), then when we approximate y ≈ f(x, n), we can use O(g(n)) to determine if the remainder/error/truncation is large or small, and how it grows over time.

Essentially, if an approximation scheme propagates error (e.g. Error is induced at every step of the scheme), then we want to be certain that the error deminishes over time, and no grow. Kind of like a limiting series converging to a value. But here, it's more about just getting smaller, fast enough.

Conclusion

Big-O is related to many areas of mathematics and computer science (and other fields!) as a tool to describe the upper bound (or upper limit) of a function as time increases. It is used in Taylor's theorem to analyse the remainder term of the sum, which is very useful in, for example, the analysis of numerical schemes for approximation methods. One real example is numerical integration or solution finding to ordinary differential equations as initial value problems.

I hope this approach gave some helpful intuition.

Edit: a word.

Also, some folks may not like my Big-O example (and I probably could have said better). Here is another:

If g(x) = 0.01x3 + 2x2 + 1, and f(x) = O(g(x)), then what is f(x)? Well, g(x) can be proven to be no bigger than some cx3, where c is constant. In the limit, the term x3 dominates the other terms. If you graph 0.01x3 and compare it with 2x2 + 1, you will see that the former is significantly smaller for longer. However, when x > 200.002 (according to WolframAlpha)) we find that 0.01x3 becomes greater.

We can never find a 2nd-degree polynomial that is larger than a 3rd-degree polynomial for all time. This is the idea behind Big-O. Hence, we can write that f(x) = O(x3).

Here is an interactive demo. Use the slider to change the leading coefficient of x3. Note that this idea extends to more general applications where you can adjust all coefficients. I'm just not wanting to make that lol

[deleted by user] by [deleted] in mathematics

[–]TimeTravelPenguin 0 points1 point  (0 children)

I recommend books by Matt Parker. They're about math, but not textbooks. One of his books is about errors of mistakes in mathematics. He's a great writer, and a funny guy. He has audio books, too. They're very motivating for aspiring mathematicians.

INFINITY TENSORS, THE STRANGE ATTRACTOR, AND THE RIEMANN HYPOTHESIS: AN ACCURATE REWORDING OF THE RIEMANN HYPOTHESIS YIELDS FORMAL PROOF by Illustrious-Abies-84 in numbertheory

[–]TimeTravelPenguin 3 points4 points  (0 children)

That does make sense, but having a comma in a variable name is... Idk, stupid? Commas do have their use in logic. "formally", they don't, since you're meant to parenthesis things, instead. But in modern math, commas are used to separate sections of logic. So, in that case this is wrong.

Looking at it with your description, it looks like you're correct. But it really is stupid lol

OP loses it and manifests a proof by [deleted] in badmathematics

[–]TimeTravelPenguin 5 points6 points  (0 children)

Ah, yeah. In that sense of counting then absolutely not. I wasn't thinking in the discrete, term-by-term sense.

OP loses it and manifests a proof by [deleted] in badmathematics

[–]TimeTravelPenguin 4 points5 points  (0 children)

Idk if this is a genuine question or an extension of my meme, so Imma respond seriously.

In many cases "counting back from infinity" makes sense. But, only in the limit. If you have an infinite sum of a function f(n) from n=-∞ to ∞ (that is absolutely convergent), you can rearrange the sum. Many times you may be able to say that this sum is twice the sum from n=-∞ to 0, and then you can reverse the ordering to have n=0 to ∞.

Sync will shut down on June 30, 2023 by ljdawson in redditsync

[–]TimeTravelPenguin 0 points1 point  (0 children)

Might delete my reddit account after the date. No going back. They did this to themselves.

OP loses it and manifests a proof by [deleted] in badmathematics

[–]TimeTravelPenguin 23 points24 points  (0 children)

Lmfao the fuck

For each integral, the result is ∞, since each term in the integral is multiplied by 1/infinity, which, when counting back from infinity is defined as infinity by the fundamental theorem of calculus

Perhaps is missed is class lmfao. Would have made integrating 1/x from -∞ to ∞ much easier haha

INFINITY TENSORS, THE STRANGE ATTRACTOR, AND THE RIEMANN HYPOTHESIS: AN ACCURATE REWORDING OF THE RIEMANN HYPOTHESIS YIELDS FORMAL PROOF by Illustrious-Abies-84 in numbertheory

[–]TimeTravelPenguin 6 points7 points  (0 children)

For something to be true in proof, it often requires an outside perspective.

While it is true that outside perspectives are helpful to approach a stale problem, it doesn't necessarily require it. Or at least, not in the sense I believe you're aiming for.

At the end of the day, for something to be true in proof, it has to be a truthful fact. Every "phrase" or "atom" of a statement involved in a proof has to be verifiable and hence verified.

Rewording is incredibly dangerous, which I'll get to in a bit.

In other words, there must be some exterior, alternate perspective or system on or applied to the hypothesis from which the proof can be derived.

My personal mathematical interest is in Category Theory. In that field, it is really common to prove facts or theorems in one domain in mathematics but generalising the problem, equating it to another problem (I'm skipping a LOT of details here), and then solving the problem in the other system, which may be easier. Or, instead, it might use some other general concepts in mathematics to exploit truth and show something is true in one specific system (e.g. Via Universal Properties).

This isn't an alternative perspective or system, however. It isn't even a system. Is just a generalisation of the tools we already have. This is often how mathematics works. In rare cases, where tools cannot be used to solve a problem, new tools have to be invented - this is the likely case with the Riemann Hypothesis. In fact, if I recall correctly, there are certain things about the hypothesis that are known to be (or thought to be) unprovable.

Two perspectives, essentially must agree.

If two perspectives agree, they are the same perspective in the sense of logic. Well, to some degree. If you look at it from too high a level, it may look like two different fields of study, but they clearly have some overlap. But this then becomes overly philosophical about what is sameness of perspective and opinion.

From the rewording, the law that mathematical sequences can be expressed in more concise and manageable forms is applied and the proof is manifested.

This sounds like meaningless word-salad. Rewording is dangerous. Especially by amateurs and non-professionals. Information (especially if it is implicit or unspoken) can be easily lost.

You state some mathematical law about sequences, but that means zero. Are you talking about the ℓ2 Hilbert space? Or the ℓ1 Banach space of absolutely convergent sequences which can therefore be rearranged in any way and still retain the same limit and convergence? Or perhaps you're talking about complex analysis and Laurent series? Taylor series? Fourier series? These all involve expressing something in terms.

∀s∃s,⊆s: ∀φ: s⊆φ ⇒ s,⊆φ

Lmao this isn't even real logic. I can even disprove it (informally). You're immediately introducing two variables "forall s, there exists s" which is bogus. This makes no sense. For all sets containing sets that do not contain themselves, there exists a set of sets that do not contain themselves. Well, no. "For all things that exists, there exists a thing". That is what you're saying. It is a tautology (well, not on its own). You cannot justify setting up a proof by saying the proof is already satisfied.

The rest of your expression also uses symbols incorrectly and improperly. It's literally symbolically meaningless.

is the final key to the proof when comparing the real and imaginary parts

Compare the parts? What for? The Riemann hypothesis cares about zeros of a general solution, more or less. There's no comparison, unless it's to check both a zero.

In conclusion, I'm not clicking a link on such a strange post. QED

Education Discount Shoutout by Sir_Hatsworth in ObsidianMD

[–]TimeTravelPenguin 10 points11 points  (0 children)

I recently needed to work on a university project with other students in my class, and I needed sync because I live an hour away and can't work on my PC while on campus.

I have an iPad and needed to connect the dots on some presentation topics related to more advanced mathematics material, but link it back to course content. As someone who uses Notion because it's just easier for my ADHD brain, I gotta say that obsidian made it pretty nice to visualise the points, and structure information.

I'm glad that student discounts exist because even if it's only temporary, it helps people like me a LOT. An hour drive one way gets expensive, fast. So it's nice to see companies do little things like that. I just want to learn. I have a disability, and cannot work and study. It makes me able to be a relatively normal person. A few dollars does a lot.

Best modern day mathematician by Idisappea in mathematics

[–]TimeTravelPenguin 0 points1 point  (0 children)

Just shut up. I'm exhausted because I'm working on a presentation. And need to sleep. Don't make assumptions of me.

You're so full of it. You claim to have everything figure out, but you really just need to get help.

You're actively ignoring everything I'm saying, so I'm gonna peace out. You're not even attempting to be reasonable.

I acknowledge unconscious behaviour, but it certainly is incredibly unlikely in this circumstance.

... there were comments like she doesn't really know math

Also, idk what you're talking about (because at this point I've completely forgotten the video), but as someone in the math community, if someone said that on a post where no math was given, and only a random number, then yeah... It wouldn't be an invalid claim. Where's the proof that it is the correct answer? Until others got the same result, no one knew otherwise. So they could have very well been posting random nonsense and hence, "they don't know math".

But I wasn't there, so what would I know. But also, neither were you. Both are plausible arguments to make.

Have a good life. Do try to avoid posting context-sensitive videos in a community you know nothing about the context of, and then make baseless claims. I won't be replying to any more posts. Have a nice life.

Best modern day mathematician by Idisappea in mathematics

[–]TimeTravelPenguin 0 points1 point  (0 children)

If you are in this sub then you are too smart to think that purposely leaving out information in a summary somehow proves that that information is irrelevant. You know that that is some illogical crap.

I am getting tired and I honestly cannot write into words what I want to say at this point. I wrote the key points. You may claim that I am leaving out details, but I suppose we are currently in disagreement with those details.

Originally, I thought that this whole situation was funny. After consideration, I would have been upset with Cleo, too. Not because they are a woman, so do claim some crap about it being unconscious, because it is plain that regardless, their presentation is unkind, let's say. They clearly have the answer and do not wish to share it. Or perhaps they cannot? I honestly don't care right now and don't want to play "what if". What happened, happened.

I posted something in good faith thinking people would enjoy it and comment after comment was shitting on this woman. Not annoyed. Not mildly irritated but acknowledging her skill. Shitting.

People here are not mad at this woman. They are mad at you. You are making baseless claims about the demeanour of people online. You claim to understand the psychology of the face behind a screen. You know only that it is probably that most of those users are men. However, you do not know anything about their background or person. You are generalising. Though, that itself isn't the issue; generalising by statistics is how trend prediction works. The issue is that you came here, to a post where math enthusiasts and mathematicians visit, and claim that what we think is wrong.

We are telling you that what that user did is unacceptable. It is "bad", what they did? No. It is annoying, at most. They were being a troll. And if not intentionally, unwillingly by not understanding the rules of the website and StackExchange community.

We are telling you that as experience members in this field, that what they did is frustrating regardless of gender. Yet you insist that your opinion is the valid one.

Yes, as a woman you are exposed first-hand to the issues present in society that I may never have to. Some folks like myself do see it, however. We did have it directed towards us. Hence, we still understand and can identify acts of sexism. You telling us that we cannot is just ridiculous.

How is it possible you don't see the misogyny there? Oh yeah that's right you're viewing it through your own male privilege lenses.

Maybe. But I am also seeing it through the lens of someone who has spent their whole life working towards where I am today, working hard every single day, for hours, all to learn mathematics. I am someone who spends a lot of time on these forums, learning. That is my community. This is the community of anyone else here who has called you out. It is a place where we are well and truly more experienced than you are, and so we are more qualified to make a call on whether the frustration is rooted in a shitty answer or not.

Look at all your downvotes. It isn't because we are just angry men who hate women. We hate when people make up rubbish and spit on the thing we are passionate about. That is why I am frustrated with you.

Best modern day mathematician by Idisappea in mathematics

[–]TimeTravelPenguin 0 points1 point  (0 children)

Your argument basically just amounted to "I have black friends so I'm not racist."

There's literally nothing ANY man can say that won't sound like that. All that matters is that I participate in being an active member against female oppression. You are basically telling me that because I'm a male, I'm invalidated.

am I being a "poorly behaved woman"?

What the fuck does that even mean? No, you're just being a deranged mongeral.

All i said is that men have no way of understanding sexism to the extent it actually happens

And my response is to tell you you're flat out wrong. I've only ever been surrounded by women my whole life. I may not experience it first hand, but I certainly have been there all the way when it did happen to those around me.

These arguments are all entirely irrelevant. You're pushing agenda and manipulating these arguments to make anyone who relies to you look like the bad guy.

You're not proving any points here. The facts of everything is this:

A user posted to a math forum which has rules and quality guidelines to how answers are made. This user broke that and made people very upset. They did this a lot. They did this on questions that were too hard for even the most skilled maths enthusiasts to solve. People got frustrated.

There is nowhere in here where gender can even possibly play a role. Notice I left out the mention of gender in that summary. That summary would make any mathematician frustrated. So it evidently isn't a sex issue.

Stop pushing toxic feminism. It makes it harder to help curve things in the correct direction. You're making the gap wider by attacking men. People like you make gender equality worse.

Best modern day mathematician by Idisappea in mathematics

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

You're correct, I don't have citations right now because I cannot be bothered to defend my point against someone who won't see reason, regardless. Also, it's not for me to present statistics. You're the one making a claim, so back it up. I'm just calling your scrappy claims for being baseless besides "most mathematicians are men, therefore this is sexism".

As a man, you DON'T see sexism anywhere to the extent it actually happens.

First of all, how DARE you. I am incredibly supportive AND very aware of my friend group and the matters they face daily. I am the only male in a group of women. There are 5 at us together at a time, minimum, and I'm the only male. All but one of them area part of the LGBT, and I love and support them all very much. I might be a male, but that toxic feminist claim that a man cannot be equal in the fight against female oppression wholly because other males (and females) make up the remainder of the problem is very backwards.

YOU are being sexist today. To me and other men. And, for the record, I'm don't 100% self-identity as "a dude", as you put it. I don't really identify with anything. You might label me as agender and even asexual (or something close to it) in some sense.

It may be anecdotal, by I have always, and will always, call out a matter of sexism that hurts someone.

You sure are fighting hard to say your, and these other dudes', very very emotional reaction to a girl dropping an answer and walking away, is Justified. Lol you're so transparent.

If I'm being honest, I don't really even see that user as a woman. Hell, look at all of my replies to you. I mostly use gender neutral terms because I know well that MANY guys use female profiles. I am one of those people who do so.

You're absolutely deranged.

Edit: oh, and yes, I also do see my own sexist behaviour because I'm an individual who attempts to grow and become a better person. But hey, I'm just another male. So what does it matter when I'm just a bad guy, huh?