Quantcast
Browsing all 1089 articles
Browse latest View live
↧

Image may be NSFW.
Clik here to view.

A Bunch of Ways to Solve Advent of Code 2024 Day 13 in Maple

About once a year Advent of Code give you a problem that is a gift if you are using a computer algebra system. This year that day was Day 13. The day 13 problem was one of crazy claw machines.  Each...

View Article


How to solve for Algebraic linear equations like this : (x + 7)(x - 1) = (1 +...

l45 := (x + 7)(x - 1) = (1 + x)^2;                             "(->)"Error, (in solve) cannot solve for an unknown function with other operations in its arguments

View Article


Image may be NSFW.
Clik here to view.

How get two different solution of second order ODE for one parameter?

I faced this problem before but i didn't remember how solve this issue  for that parameter when i substitute and get solution How get two different solution  also V(xi) must satisfy the odetest>...

View Article

How to make solving of system of polynomial equations faster?

Hey guys, I am working with Maple 2024. I have to solve many systems of polynomial equations symbolically. I have 8 equations, 8 variables and 14 inequalities (which also implies that I only want real...

View Article

Image may be NSFW.
Clik here to view.

`eliminate` returns nothing?

The goal is to eliminate ,  and  from . However, eliminate only outputs a null expression (I added a {} to emphasize it):  restart;expr := 4*[y*z/((x + y)*(x + z)), z*x/((y + z)*(y + x)), x*y/((z +...

View Article


Intersections in the plane

intersections := proc(P, Q, T) local R, W, w, t, a, b, sol, buff, v; sol := []; if T = Y then W := X; else W := Y; end if; R := resultant(P, Q, T); print(`Résultant :`); print(R); w := fsolve(R, W); t...

View Article

How to rewrite nonlinear equations in terms of others to solve a system of them?

I have a system of 4 nonlinear equations in 4 lambda variables. I cannot obtain a solution using solve():4_nonlinear_equations.mwI can sometimes simplify similar systems by rescaling equations to...

View Article

Image may be NSFW.
Clik here to view.

How can I understand and work the Output of RegularChains?

Hey guys,I have to solve a bunch of systems of polynomial equations und dome restrictions given by inequalitites. I have 8 variables, 8 equations and and 13 inequalitites. Since the simple solve or...

View Article


Image may be NSFW.
Clik here to view.

How to solve a combined inequality?

Can maple simplify a Combined Inequality? At best it outputs imho a more complicated solution.Thanks in Advance.(1)The output should be:  Download Combined_Inequality.mw

View Article


3 equations with 3 unknowns will not calculate with decimal numbers

Hello everyone, first time poster here.I am trying to calculate xDLVO theory for a surface, which is simply 3 equations with 3 unknown. I have values for everything except x, y and z and Maple gives...

View Article

Image may be NSFW.
Clik here to view.

How find parameters in in equation involving hyperbolic function?

the most paper use another function to get the result and then do substitute i try to get by the way of them but i fail so how about if we can get the results in direct function there is any way for...

View Article

Image may be NSFW.
Clik here to view.

How do I get my actual solution which involves _Z?

How do I get my actual solution which involves _Z? I have  tried answers that w ere given on questions related to _Z in a solution but mine is not working. I am completely new to Maple ,kindly help...

View Article

why it give me nothing in command solve? ans:=()

there is must be a problem but i didn't figure out ?  in this command didn't give me my parameter why? vars1 := indets(eqs1); ans := solve(eqs1, {a[0], a[1], a[2], a[3], a[4], e[1], k[1], n[1],...

View Article


Image may be NSFW.
Clik here to view.

How remove this Error, (in Utilities:-RecognizeCyclotomic) numeric exception:...

i need find parameter in explicite way without Rootof() so i need use code of explicite but i get error but when i use all parameter without explicite all parameter come out so why i get this error?...

View Article

How can fix `[Length of output exceeds limit of 1000000]`?

in a lot of my equation i have such problem and really i don't know how fix this also i try to put : in end and sometime is work and i keep contionues  but sometime not there is any way for solve this...

View Article


Image may be NSFW.
Clik here to view.

How to solve a combined inequality?

Can maple simplify a Combined Inequality? At best it outputs imho a more complicated solution.Thanks in Advance.(1)The output should be:  Download Combined_Inequality.mw

View Article

Image may be NSFW.
Clik here to view.

How find true parameter which satisfy pde?

> > > > > > (1)> (2)> (3)> (4)> (5)> > (6)> (7)> > (8)> (9)> (10)> (11)> (12)> (13)> (14)> (15)>   (16)>  Warning, solving for...

View Article


Image may be NSFW.
Clik here to view.

How find phase shift parameter in solution of PDE after substitution ?

It been a while i try to figure out How they find dispersion parameter and phase shift i figure out how find dispersion in some of pde but some of them is not give me even dispresion parameter i don't...

View Article

How to simplify terms by cancelling out like terms from both side

I have two equations on either side of an inequality that contain like terms such as Am and Ce. Could you simplify the expressions by mathematically eliminating these common terms from both sides? For...

View Article

Image may be NSFW.
Clik here to view.

Unknown vector with given unit vectors

Hello, I have another vector problem, and I honestly have no idea how to solve it. (I am not even sure if there is a solution). I tried to simplify it as much as possible (also the attached maple...

View Article
Browsing all 1089 articles
Browse latest View live