Ask Your Question

xiwang0213's profile - activity

2023-02-04 23:38:22 +0200 received badge  Famous Question (source)
2020-11-15 08:00:11 +0200 received badge  Notable Question (source)
2020-04-21 16:17:33 +0200 received badge  Popular Question (source)
2018-11-01 14:37:06 +0200 received badge  Nice Question (source)
2018-10-25 09:35:25 +0200 received badge  Student (source)
2018-10-25 08:17:21 +0200 asked a question How to realize the composition of rational function mappings with Sagemath?

If I have two rational function mappings : f(x,y): (x,y )------>( x^2+15x-2 / x+15, x^2y+xy+y / x^2+30x-1 ); g(x,y): (x,y )------>( x^2+20x-18 / x+20, x^2y+xy+32y / x^2-31x+14 );

how to compute the f(g(x,y)) with sagemath?