top of page
Search
Mar 4, 20221 min read
Skill levels in Treespeak
Examples of Treespeak times, index +1 Novice: Tsm 0-11 --- t >= 10s / rooted tree Apprentice: Tsm 0-11 --- t € [7s ; 10s[ / rooted tree...
36 views0 comments
Jun 20, 20201 min read
A new book - Jesse Hyttinen
I have now written five math books, and may write another one in the following year. The current book includes new viewpoints about very...
13 views0 comments
Jun 12, 20201 min read
Generating r9 part 2 - Jesse Hyttinen
Hi and welcome to the Matladpi blog! We continue the generation process in the column 7: =1+7+1 =1+(1+2+1*4)+1 =1+(1+2*2+1*2)+1...
12 views0 comments
Jun 5, 20201 min read
Generating r9 - Jesse Hyttinen
Hi and welcome to the Matladpi blog! In this post we will generate rooted trees with tree size 9. The generation procedure will be...
6 views0 comments
May 22, 20201 min read
I see... code - Jesse Hyttinen
Hi and welcome to the Matladpi blog! I have been doing some python code for about a month, and I have posted four versions of the code in...
6 views0 comments
May 7, 20201 min read
Generating r1 - r6 - Jesse Hyttinen
Hi and welcome to the Matladpi blog! In this blog post we will generate all of the rooted trees for sizes 1 - 6. 1 = 1 r1 = 1 2 = 1+1 r2...
3 views0 comments
May 1, 20201 min read
Generating r7 - Jesse Hyttinen
Hi and welcome to the Matladpi blog! In this blog post we will generate all rooted trees with size 7. 7 = 1+1*6 = 1+2+1*4 = 1+2*2+1*2 =...
6 views0 comments
Feb 15, 20202 min read
How to generate trees - Jesse Hyttinen
Hi and welcome to the Matladpi blog! Tree generation is like listing all the partitions of a given number, but with a few differences....
6 views0 comments
Jan 31, 20203 min read
Thoughts on my tree theorem - Jesse Hyttinen
Hi and welcome to the Matladpi blog! The theorem that I have discovered quite a while ago about mathematical trees has some pretty...
7 views0 comments
Nov 2, 20191 min read
What is your TSM? - Jesse Hyttinen
Hi and welcome to the Matladpi blog! In the world of treespeak, TSM, also known as tree size metric, is a way to measure one's...
3 views0 comments
Oct 12, 20191 min read
About lexicographic order - Jesse Hyttinen
Hi and welcome to the Matladpi blog! In this post I will talk about the lexicographic order the tree generation algorithm is at least...
3 views0 comments
Aug 10, 20192 min read
An example in tree generation - Jesse Hyttinen
Hi and welcome to the Matladpi blog! In this post I will show an example in tree generation for a rooted trees case. Let v = 5. There are...
2 views0 comments
Jul 6, 20191 min read
Enumerating homeomorphically irreducible trees, case h22 - Jesse Hyttinen
Hi and welcome to the Matladpi blog! In this post I will concentrate on enumerating homeomorphically irreducible trees, case h22. We...
6 views0 comments
Jun 29, 20191 min read
Enumerating h21 - Jesse Hyttinen
Hi and welcome to the Matladpi blog! In this post I will concentrate on the enumeration of homeomorphically irreducible trees,...
5 views0 comments
May 29, 20191 min read
The language of tget 2 - Jesse Hyttinen
Hi and welcome to the Matladpi blog! In the previous post I actually did not show every notation of the tget language. Partly due to the...
11 views0 comments
May 25, 20192 min read
The language of tget - Jesse Hyttinen
Hi and welcome to Matladpi blog! You may already know from my last year's posts how the language of the tree generation and enumeration...
6 views0 comments
Nov 25, 20181 min read
Generation of homeomorphically irreducible trees (part 5) - Jesse Hyttinen
Hi! In this post I will generate the rest of the graphical presentations for the case h16. Here are the pictures:...
5 views0 comments
Nov 11, 20181 min read
Generation of homeomorphically irreducible trees (part 4) - Jesse Hyttinen
Hello! In this post I will enumerate all of the sum forms and generate some graphical presentations of trees for the case h16. Here are...
7 views0 comments
Nov 4, 20181 min read
Generation of homeomorphically irreducible trees (part 3) - Jesse Hyttinen
Hi! In this post I will generate all the trees' graphical presentations for the case h15. Here are the pictures: In the next post I will...
7 views0 comments
Oct 27, 20181 min read
Generating homeomorphically irreducible trees (part 2) - Jesse Hyttinen
Hello! It seems to me that people prefer tree generation to enumeration, so I will stick to generating homeomorphically irreducible trees...
4 views0 comments
bottom of page