mathstodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance for maths people. We have LaTeX rendering in the web interface!

Server stats:

2.9K
active users

#mathstodon

3 posts2 participants1 post today

I'll be posting the questions from AMS 2025 Daily Epsilon of Math Calendar daily from now on. I should have started earlier (doing it on Blue sky for some time). Hope it will be of interest

Here's the question for April 13th. For those unfamiliar with the calendar, the answer is always the day of the month. Looking for imaginative solutions is the aim.

Continued thread

But I'd still like to find an SQL method for doing the multivariate distance.

I don't need it to be strictly in "pure" SQL as the goal is just to avoid the callout, so any use of features custom to Teradata SQL will be good enough.

I see Teradata has a table function for making a covariance matrix, so hopefully I just need clarity over how to take it from there.

But can I find time or enthusiasm to wade through enough "how to calculate" tutorials to find my solution path?
#SQL #mathstodon

Back on tech matters, lately I've been revisiting the Mahalanobis distance.

I had an intention ten years ago to seek an SQL method for deriving it, but it never became pressing enough, and the process using it - via an external call out - was only once once annually.

Returning to the same process ten years later, I've dug a little deeper and found that the callout had only been doing on each separate "variable" - and was thus equivalent to doing each as a simple "z-score".
#SQL #mathstodon

# #Pachli 2.11.0 is released

## New features include

- Support translation throughout the app
- Experimental Markdown support
- Content filters default to all contexts

## Fixes include:

- Toot button accessibility
- Grammar fixes
- Report UI updates
- Content filter updates
- Fewer crashes

## Updated translations

- Finnish, Indonesian, Irish, Latvian, Norwegian Nynorsk, Polish, Slovak, Spanish

More details at pachli.app/pachli/2025/03/31/2.

Pachli · Pachli 2.11.0 releasedPachli 2.11.0 is now available. This release provides post translation support throughout the app, adds experimental support for rendering Markdown content, changes content filter defaults, and more.

The Fourier Transform is a mathematical operation that transforms a function of time (or space) into a function of frequency. It decomposes a complex signal into its constituent sinusoidal components, each with a specific frequency, amplitude, and phase. This is particularly useful in many fields, such as signal processing, physics, and engineering, because it allows for analysing the frequency characteristics of signals. The Fourier Transform provides a bridge between the time and frequency domains, enabling the analysis and manipulation of signals in more intuitive and computationally efficient ways. The result of applying a Fourier Transform is often represented as a spectrum, showing how much of each frequency is present in the original signal.

f^(ξ)=f(x) ei2πξxdx,ξR.

Inverse Fourier Transform:
f(x)=f^(ξ) ei2πξxdξ,xR.

The equation allows us to listen to mp3s today. Digital Music Couldn’t Exist Without the Fourier Transform: bit.ly/22kbNfi

Gizmodo · Digital Music Couldn't Exist Without the Fourier TransformThis is the Fourier Transform. You can thank it for providing the music you stream every day, squeezing down the images you see on the Internet into tiny
Replied in thread

@jayalane @onipa The only packages I used were xifthen and graphicx. I overrode the logarithm command, with some examples at the bottom. I'm sure there's an elegant way to handle the spacing when including the base in this notation, but at the moment I have a kludge where I insert negative space with \mkern-10mu in order to make it look correct.

This will not look correct if you're on or any server with latex rendering. I'm not sure if there's a way to turn the formatting off in order for you to see just the source by default.

\documentclass{amsart}
\usepackage{graphicx, xifthen}

\providecommand{\flip}[1]{\scalebox{1}[-1]{You can't use 'macro parameter character #' in math mode}}

\renewcommand{\log}[2][]{
\ifthenelse{\isempty{#1}}{
\flip{\sqrt{\flip{#2}}}
}{
{}_{#1}\mkern-10mu\flip{\sqrt{\flip{#2}}}}
}

\begin{document}
(x)2=x=x2
e(logx)=x=logex
e(log[e]x)=x=log[e]ex
logxy=logx+logy
logxy=ylogx
\end{document}

I'm looking for some pointers...

I have a vector in 3D space. I want to be able to manipulate its direction based on input pan and tilt angles... Importantly I'd like to be able to give these angles as absolute (i.e: from "up") or relative (i.e: from the current direction).

I have a working solution, but I suspect there's a more efficient way to do this. I had a stab with Quaternions, but I couldn't get the tilt to behave like it would on a gimble.

Any ideas? 🧮

I feel as though the intersection of #mathstodon and #knitting will say, "yes of course", but it's still an enjoyable passage.

"knitting, at its core, is a method of transforming a one-dimensional strand of yarn into a structured, flexible two-dimensional sheet, which can then fold itself into complex three-dimensional shapes. The researchers realized that this transformation could be described mathematically using the same principles that govern how surfaces curve in space."

phys.org/news/2025-02-theoreti

Phys.org · What can theoretical physics teach us about knitting?By Nathi Magubane