User Portlet User Portlet

Discussions
I've tried to implement Breadth First Search algorithm in MMA, to attempt to solve the 8-puzzle game. But in some cases, I ran out of memory, but on other cases it solves without problem. Here is the code I am using to make BFS, in the case of...
Hello everyone, I'm trying to program Jaro distance as requested by [this page][1], I've done the following code that works well for the next two pairs ("MARTHA", "MARHTA") and ("DIXON", "DICKSONX") but when I try with ("JELLYFISH", "SMELLYFISH") I...
I am in doubt about whether my procedure to solve an exercise of the book GRAPHICS with MATHEMATICA, FRACTALS, JULIA SETS, PATTERNS and NATURAL FORMS of the authors CHONAT GETZ and JANET HELMSTEDT,has been correct, because unfortunately the authors...
Hello everyone, after the invitation I received from a friend, to try to program the playfair cipher in mathematica, I started looking for information about it because the one that he provided was not enough. My first place to look was...
Searching in the web for information about the affine transformation, I found the one page, which called my attention for the tree that show and is this ![tree][1] but unfortunately do not give information about the algorithm to create it, I...
Hello everyone, I am doing the following experiment with triangles, the idea is the following, we take a triangle in space, for example the triangle with points A (0,0,0), B (0,60,0), C (80,0,0) then we look for the largest angle of said triangle,...
Hello friends, I hope you are spending a few moments full of joy and fun, in my case I am having fun breaking my head with the problem that I will try to explain. I have the following function, which it does is cut a prism by the y-axis. ...
Hello everyone, I hope you can explain why I am getting an empty graphic, I happen to be taking the code that Paul Nylander shares on his [web page][1], and when I run it in mathematica I do not get any graphics, here I share a screenshot so that...
Hello everyone, I want to ask your help with the following problem I want to do the graph of the Kam Theorem, I started searching the internet about it, and I found the following link [FRACTINT Kam Torus][1] but I am not able to program it in...
Hello everyone, I decided long ago to solve the exercise to propose on page rosetta code, [here is the link][1], the way I solved it was this (see attached file) , ![My code][2] I think there is a shorter way to do this but still can not...