VintageGenious

joined 3 months ago
[–] [email protected] 1 points 1 day ago

SpMp is the best

[–] [email protected] 5 points 1 week ago

The use of for makes sense.

k=0; for (i=0; i<n; i++) k=k+f(i); is the same as k=\sum_{i=0}^{n-1} f(i)

and

k=1; for (i=0; i<n; i++) k=k*f(i); is the same as k=\prod_{i=0}^{n-1} f(i)

In our case, f(i)=1+r and k=1; for (i=0; i<n; i++) k*(1+r); is the same as k=\prod_{i=0}^{n-1} (1+r) = (1+r)^n

All of that just to say that exponentiation is an iteration of multiplication, the same way that multiplication is an iteration of addition

[–] [email protected] 4 points 1 week ago (2 children)
[–] [email protected] 2 points 4 weeks ago

Works well combined with revanced

[–] [email protected] 1 points 1 month ago

So it's open-source and has even more than Gboard 😁

[–] [email protected] 5 points 1 month ago

300€ is not disposable for me... People are used to buy phones over 800€ but 300€ is already quite a price

[–] [email protected] 2 points 1 month ago (1 children)

Yes I knew about ActivityPub and was told everything works together but realized I hardly see anything from other Fediverse networks, and that interoperability is not implemented everywhere. So that's why I am asking as I don't see anything mastodon in my lemmy client (except for these comments)

[–] [email protected] 3 points 1 month ago

How can I browse mastodon from a lemmy client?

 

I'd like to use both, with preferably the same account, but mainly the same android app

[–] [email protected] 1 points 1 month ago

They don't care about solving integrals, it's math not engineering

[–] [email protected] 6 points 3 months ago

Because usually very few people use Linux, especially in public sector. And here it was all of my teachers, not just one

[–] [email protected] 8 points 3 months ago (3 children)
[–] [email protected] 2 points 3 months ago

Rstudio works perfectly, it's electron

 

I study math at uni and I was shocked realizing all my teachers use ubuntu on both their laptop and work desktop

view more: next ›