Replies: 2 comments 8 replies
-
well what do you know ! Wonders never cease ! I will have to take back a lot of what i said anyway it may help others with the same type of issue so I won't delete it. The key seems to be : to set he following true |
Beta Was this translation helpful? Give feedback.
-
NOw something really unexplainable though cannot necessarily say it is a bug either so someone please explain this non-sensical error message in red. Assume factorial_expand:falseand do: And it comes back with no error as expected and true but now if i preface the above with |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
build_info(version="branch_5_44_base_231_g5c411f69f",timestamp="2021-01-12 23:51:42",host="x86_64-w64-mingw32",lisp_name="SBCL",lisp_version="2.0.0",maxima_userdir="C:/Users/zmth1/maxima",maxima_tempdir="C:/Users/zmth1/AppData/Local/Temp",maxima_objdir="C:/Users/zmth1/maxima/binary/branch_5_44_base_231_g5c411f69f/sbcl/2_0_0",maxima_frontend="wxMaxima",maxima_frontend_version="20.12.2-DevelopmentSnapshot_MSW_OpenMP201511+Locks")build_info(version="branch_5_44_base_231_g5c411f69f",timestamp="2021-01-12 23:51:42",host="x86_64-w64-mingw32",lisp_name="SBCL",lisp_version="2.0.0",maxima_userdir="C:/Users/zmth1/maxima",maxima_tempdir="C:/Users/zmth1/AppData/Local/Temp",maxima_objdir="C:/Users/zmth1/maxima/binary/branch_5_44_base_231_g5c411f69f/sbcl/2_0_0",maxima_frontend="wxMaxima",maxima_frontend_version="20.12.2-DevelopmentSnapshot_MSW_OpenMP201511+Locks")(version="branch_5_44_base_231_g5c411f69f",timestamp="2021-01-12 23:51:42",host="x86_64-w64-mingw32",lisp_name="SBCL",lisp_version="2.0.0",maxima_userdir="C:/Users/zmth1/maxima",maxima_tempdir="C:/Users/zmth1/AppData/Local/Temp",maxima_objdir="C:/Users/zmth1/maxima/binary/branch_5_44_base_231_g5c411f69f/sbcl/2_0_0",maxima_frontend="wxMaxima",maxima_frontend_version="20.12.2-DevelopmentSnapshot_MSW_OpenMP201511+Locks")
((declare([n,k],integer),assume(n>1,n>k,k>0), (n+1)!^2/k!^2/(n+1-k)!^2- n!^2/k!^2/(n-k)!^2=((n+1)^2-(n+1-k)^2)n!^2/((n+1-k)!^2k!^2))``
ratsimp((n+1)!^2/k!^2/(n+1-k)!^2- n!^2/k!^2/(n-k)!^2)
hope can understand because something is really wrong with this interface as it will NOT insert code! and for some reason put a " after the first expression when it should not have.
anyway the rhs of the first expression which is over a common denominator is what I want and certainly what should
have been the same with ratsimp but it is not - not reduced to the proper form which i had to do manually as rhs of 1st
expression. I even tried factor and that did not work either. Certainly one would not have to go to this disordinate ridiculous trouble for something maxima should do itself. Prior maxima did work and do it properly though i did not have factorial expressions which certainly should make no difference. What commands should i be using ? and don't want to have to go to gamma fct esp since all is in integers. So what does one have to do to get maxima to do what it should be doing. Eg i also even tried facsum, factorfacsum still same unreduced proper output as i had to do manually.
which is
Beta Was this translation helpful? Give feedback.
All reactions