Having for example the expression $$\frac{abc\sqrt2}{d\sqrt{ab}}$$ (which results from a sequence of manipulations), can I force Maple to write it in the form $$\frac{c\sqrt{2ab}}{d}.$$ Many might find this as being the same thing, but I prefer the second to clarify some properties easily when explaining my work.
2026-03-25 07:43:07.1774424587
Simplification of expressions with radicals in Maple
484 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in MAPLE
- How do I use Maple to calculate the Christoffel Symbols of a Metric?
- Is this equation only solvable by trial and error?
- Recursion relations: Coding a procedure to compute the number of planar rooted bipartite graphs
- Recognizing a rational function on the naturals using Maple
- Derivative of a general form of a function in maple
- getdata and curve fitting from a graph in maple
- Solve the Initial Value Problem and Plot the Particular Solution with the direction field (MAPLE)
- Will anyone be able to share a program or an example of solving a functional-differential equation in a Maple environment?
- Creating a line without having to input their coordinates in maple
- Finding the coefficients in fractional order polynomials with maple
Related Questions in RADICALS
- Tan of difference of two angles given as sum of sines and cosines
- Symmetric polynomial written in elementary polynomials
- Interesting inequalities
- Prove that $\frac{1}{\sqrt{ab+a+2}}+ \frac{1}{\sqrt{bc+b+2}}+ \frac{1}{\sqrt{ac+c+2}} \leq \frac{3}{2}$
- Radical of Der(L) where L is a Lie Algebra
- Find local extrema $f(x_1,x_2, \ldots , x_n) = \sqrt{(x_1+x_2+\ldots x_n-a)(a-x_1)(a-x_2)\cdots (a-x_n)}$
- A non-geometrical approach to this surds question
- If $\sqrt{9−8\cos 40^{\circ}} = a +b\sec 40^{\circ}$, then what is $|a+b|$?
- Finding minimum value of $\sqrt{x^2+y^2}$
- Polynomial Equation Problem with Complex Roots
Related Questions in SYMBOLIC-COMPUTATION
- Recommendation for math software?
- How the determine the number of real positive roots of a polynomial?
- Symbolic Math in a Computer Algebra System
- Simplify integral with random functions and their derivatives
- What is sigma symbols with reduce represent?
- Cube root of numbers such as $2+11i$
- Is there really analytic solution to cubic equation?
- How to solve multiple dependent differential equation?
- Is it possible to solve this equation symbolicaly with Mathematica/Mupad?
- Counting number of words of length $n$
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
You wrote "for example". Does that mean that your example only has the form of your actual problem, and that say
aandbare used by you here as placeholders for more involved expressions? If so, then do you know anything about their sign?If
radnormal(expr)does not work for you, and if the names you used are indeed unassigned in that example, then what version of Maple are you using?