soc.octade.net is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Admin email
social@octade.net

Search results for tag #math

[?]Lobsters » 🤖 🌐
@lobsters@mastodon.social

[?]Lobsters » 🤖 🌐
@lobsters@mastodon.social

[?]Lobsters » 🤖 🌐
@lobsters@mastodon.social

[?]🌈 ☯️Teresita🐧👭 » 🌐
@linuxgal@techhub.social

There is a formula that gives the volume of a Chicago style deep dish pie with thickness a and radius z: pi zz a

#12

    [?]Lobsters » 🤖 🌐
    @lobsters@mastodon.social

    [?]Lobsters » 🤖 🌐
    @lobsters@mastodon.social

    [?]Lobsters » 🤖 🌐
    @lobsters@mastodon.social

    [?]Lobsters » 🤖 🌐
    @lobsters@mastodon.social

    [?]Lobsters » 🤖 🌐
    @lobsters@mastodon.social

    [?]Lobsters » 🤖 🌐
    @lobsters@mastodon.social

    [?]Lobsters » 🤖 🌐
    @lobsters@mastodon.social

    [?]Lobsters » 🤖 🌐
    @lobsters@mastodon.social

    Beyond Orthogonality: How Language Models Pack Billions of Concepts into 12,000 Dimensions lobste.rs/s/zvngj0
    nickyoder.com/johnson-lindenst

      [?]JulieR » 🌐
      @abetterjulie@wandering.shop

      also, are there people who are thinking about why ? Like, we have whole systems of thinking around life evolution...do we have an analogue for math? Why did the universe organize that way? It's such an encompassing lens that I struggle to name an alternative. Color, sound etc are all just math filtered through a brain that evolved to interpret that math.

      It's weird.

        [?]JulieR » 🌐
        @abetterjulie@wandering.shop

        Is there a term for the two types of infinities: the infinite infinity set and the limited one? Integers versus dice. Like the die is unlimited in 1-6 results, but aren't infinite--that's the word, maybe? Unlimited vs infinite?

        Universe versus Earth. (I suspect the universe isn't infinite, but there's no way to prove it.) Ah, that makes me understand the excitement around prime numbers.

          [?]🌈 ☯️Teresita🐧👭 » 🌐
          @linuxgal@techhub.social

          The Einstein field equations rendered in

          R Rsub{%mu%nu}-1 over 2 g rsub{%mu%nu}R+%LAMBDA g rsub{%mu %nu}~=~{8%pi`G} over c^4 T rsub{%mu%nu}

            [?]🌈 ☯️Teresita🐧👭 » 🌐
            @linuxgal@techhub.social

            [?]🌈 ☯️Teresita🐧👭 » 🌐
            @linuxgal@techhub.social

            If you have to snap a chalk line and call the decimal expansion of good enough at some point, here's a nifty place to do it: #14

              [?]🌈 ☯️Teresita🐧👭 » 🌐
              @linuxgal@techhub.social

              [?]🌈 ☯️Teresita🐧👭 » 🌐
              @linuxgal@techhub.social

              If you divide 1 by 998,001 you get all three digit numbers from 000 to 999 in order, with the exception of 998.

                [?]🌈 ☯️Teresita🐧👭 » 🌐
                @linuxgal@techhub.social

                makes your homework a snap: #37

                #!/usr/bin/python3
                import sys
                from sys import argv
                import numpy as np
                a=np.array(eval(sys.argv[1]))
                print("Matrix:\n")
                print(np.matrix(a))
                b=a.T
                print("\nTranspose:\n")
                print(np.matrix(b))
                print("\nTrace: ",a.trace())
                print("\nDeterminant: ",np.round(np.linalg.det(a),6))
                print("\nPseudo-inverse:\n")
                c=np.linalg.pinv(a)
                print(np.matrix(c))
                d,e=np.linalg.eig(a)
                print("\nEigenvalues: ",np.round(d,6))

                  [?]🌈 ☯️Teresita🐧👭 » 🌐
                  @linuxgal@techhub.social

                  Plots under #73

                    [?]🌈 ☯️Teresita🐧👭 » 🌐
                    @linuxgal@techhub.social

                    #44

                      [?]rk: it’s hyphen-minus actually » 🌐
                      @rk@mastodon.well.com

                      A map of the world, with every landlocked country colored purple and every country with a coastline colored yellow. 

The map legend says “maps of countries by meters of coastline” while the key says “purple: zero meters, yellow: infinity meters”

                      Alt...A map of the world, with every landlocked country colored purple and every country with a coastline colored yellow. The map legend says “maps of countries by meters of coastline” while the key says “purple: zero meters, yellow: infinity meters”