dave, to math
@dave@az.social avatar
ramikrispin, to python
@ramikrispin@mstdn.social avatar

(1/2) Hands-On Mathematical Optimization with Python 🚀

The Hands-On Mathematical Optimization with Python book by Krzysztof Postek, Alessandro Zocca, Joaquim Gromicho, and Jeffrey Kantor provides the foundation for mathematical optimization. As the name implies, the book is hands-on with Python examples, mainly using Pyomo.

image/png
image/png

Tearcell, to math
@Tearcell@mastodon.gamedev.place avatar

Im currently working on trajectory systems and forgot what tan() does and I kinda am embarrassed about that. Also I'm awful at trigonometry apparently. Haven't thought about it in a couple decades!

mok, to math
@mok@social.mikutter.hachune.net avatar
mmm, to math
@mmm@mastodon.sdf.org avatar

I am trying to figure out a tough problem in . Anybody into that kind of thing? Know anybody to tag?

TruthSandwich, to math
@TruthSandwich@fedi.truth-sandwich.com avatar
oblomov, to math
@oblomov@sociale.network avatar

I just realized that all perfect squares mod 9 can only be 0, 1, 4, 7, but I can't find an easier proof than by exhaustion (square all numbers 0 to 8, mod 9). Is there a more elegant proof of this?

mod 11 has a wider choice (0, 1, 3, 4, 5, 9), but I wonder how good of a “perfect square detector” they can be together. Of course if either proof (by 9s and by 11s) fails, it's not a perfect square, but how many “not perfect square” are perfect squares both mod 9 and mod 11?

Snowshadow, to Futurology
@Snowshadow@mastodon.social avatar

To give your brain a break from politics and the assorted world problems:

🖥️ How to Build an Origami Computer

Two mathematicians have shown that origami can, in principle, be used to perform any possible computation.


https://www.quantamagazine.org/how-to-build-an-origami-computer-20240130/

MathOutLoud, to math
@MathOutLoud@mathstodon.xyz avatar

A different kind of maximization than typically seen in introductory Calculus. See my thought process and solution here:

https://youtu.be/c6JwnK29eJY

#math #mathematics

OscarCunningham, to math
@OscarCunningham@mathstodon.xyz avatar

I have a question about the aperiodic spectre tile (or the hat/turtle).

I know that the proof of aperiodicity works by showing that the tiles must fit together in a hierarchical structure that eventually repeats itself at a larger scale. But the larger units aren't literally scaled copies of the spectre. I also know that there is some freedom as to how you draw the edges of the spectre.

Is there a way you can draw the edges that allows you to literally use spectres to cover a larger copy of themselves? If so, is this way of doing it unique?

#Math #Maths #Mathematics #Spectre #Tiling #Aperiodic #AperiodicMonotile

abucci, to math
@abucci@buc.ci avatar

I said this to a room full of people years ago and it turned out to be controversial, so what the heck I'll post it here:

Science results and math theorems should not be named after people, and we should undertake to rename any that currently are. We should prioritize renaming results or theorems named after white men and other privileged categories of people, with special attention to cases where a privileged person accepted or was assigned credit for work a less-privileged person did.

#math #science #reform

boilingsteam, to math
@boilingsteam@mastodon.cloud avatar
paysmaths, to mathematics French
@paysmaths@mathstodon.xyz avatar

"Mathematics must subdue the flights of our reason; they are the staff of the blind; no one can take a step without them; and to them and experience is due all that is certain in physics." – Voltaire (1694-1778)

phonner, to math
@phonner@mathstodon.xyz avatar

Inspired by my brilliant student (https://mathstodon.xyz/deck/@phonner/112419322877058443) I've been playing around with (e)-like sums. Here's a fascinating one!

[ \sum_{n=0}^{\infty} {\frac{n^4}{n!}}=15e ]
This is strange enough to provoke wonder, but simple enough to serve as an entry-point to an interesting generalization.

davidr, to ComputerScience
@davidr@hachyderm.io avatar

and ball trees seem cool, but require full knowledge of the thing I'm searching for. What if it's 7 dimensional and I only know 4 of the values?

I feel like a "parallel kd tree" with a separate binary index on each dimension would work better here.

Reduce depth. Allow unspecified values. It'd also be a snap to create and search each dim in parallel.

This must already exist...

markwyner, to dadjokes
@markwyner@mas.to avatar

Most math puns aren’t funny.

But sum are.

OpenSCAD, to books
@OpenSCAD@fosstodon.org avatar

One of the current book bundles at HumbleBundle contains 3 books by John Horvath and Rich Cameron featuring for visualization and examples (among 15 in total with various topics on electronics and robots).

If you are looking for books about Geometry, Calculus and/or Trigonometry head over to https://www.humblebundle.com/books/electronics-and-design-for-entrepreneurs-make-books and check out the preview chapters.

Links to the associated github repos at https://openscad.org/documentation-books.html

The book cover of Make: Calculus.
The book cover of Make: Geometry.

peterdrake, to ArtificialIntelligence
@peterdrake@qoto.org avatar

From Prince, Understanding Deep Learning.

negativeplayers, to math
@negativeplayers@musician.social avatar

True story. When I started working on my song, The New Rage, I knew it was for so it's working title was "betrayed by math" because @futzle won last year with a very clever math adjacent song. Only thing that remains are the lines "...when it adds up to nothing. Add it to nothing"

seav, to art
@seav@en.osm.town avatar

I bet that a lot of people in the Fediverse already know this very pretty pencil-based 3D art. But in case you haven’t, be prepared to marvel.

This sculpture is known as the hexastix and a variant series created by artist George Hart is titled 72 Pencils.

If you can get 72 unsharpened hexagonal pencils, and some flat rubber bands, you can attempt to create this. Search for a video by @standupmaths for a pseudo-tutorial.

http://www.georgehart.com/sculpture/pencils.html

#art #sculptures #math #maths #mathematics

paysmaths, to mathematics French
@paysmaths@mathstodon.xyz avatar

"Numbers are free creations of the human mind, they serve as a means of apprehending more easily and more sharply the diversity of things." – Richard Dedekind (1831-1916)

dmacphee, to ArtificialIntelligence
@dmacphee@mas.to avatar
alexelcu, to programming
@alexelcu@social.alexn.org avatar
azonenberg, to math
@azonenberg@ioc.exchange avatar

Ok, this one is for the discrete gurus out there.

Let N = CRC32(X)

Given N, is it possible to efficiently calculate CRC32(concat(X, Y)) where Y is a known sized, but very long, sequence of 0xFF bytes?

Obviously you can just seed the CRC with N and iterate, feeding 0xFF in each cycle, but is there any kind of shortcut you can take if you know the input is always a 1 bit?

phonner, to math
@phonner@mathstodon.xyz avatar

Brian Conrad, the Stanford mathematician who has written extensively about the problems with the proposed California Mathematics Framework (CMF), is now the subject of a formal complaint filed with Stanford University by the President of the central section of the California Math Council accusing him of "reckless disregard for academic integrity".

https://sites.google.com/view/publiccommentsonthecmf/#h.u9k2csw8r9s4

  • All
  • Subscribed
  • Moderated
  • Favorites
  • Leos
  • rosin
  • InstantRegret
  • ethstaker
  • DreamBathrooms
  • mdbf
  • magazineikmin
  • thenastyranch
  • Youngstown
  • tacticalgear
  • slotface
  • Durango
  • khanakhh
  • kavyap
  • megavids
  • everett
  • vwfavf
  • normalnudes
  • osvaldo12
  • cubers
  • GTA5RPClips
  • cisconetworking
  • ngwrru68w68
  • anitta
  • provamag3
  • tester
  • modclub
  • JUstTest
  • All magazines