Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8648539
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T13:20:11+00:00 2026-06-12T13:20:11+00:00

I am using Matlab Symbolic Toolbox with its solve function and attempting to solve

  • 0

I am using Matlab Symbolic Toolbox with its solve function and attempting to solve a nonlinear system of 4 equations,

with 4 variables:

x1 y1 x2 y2

and 4 parameters

 delta1 delta2 alpha beta

The equations are described in the following image:
Nonlinear equations

Here is the Matlab code:

syms x1 x2 y1 y2 alpha beta delta1 delta2

[x1,y1,x2,y2] = solve('delta1 * x1^alpha * y1^(1 - alpha) = (1 - x2)^alpha * (1 - y2)^(1-alpha)',...
    'delta2 * x2^alpha * y2^(1 - alpha) = (1 - x1)^beta* (1 - y1)^(1-beta)',...
    'alpha / (1-alpha) * (1 - y2) / (1 - x2) = beta / (1 - beta) * y2/x2',...
    'alpha / (1-alpha) * y1 / x1 = beta / (1 - beta) * (1 - y1) / (1 - x1)','x1','y1','x2','y2')

Matlab returns:

Warning: Explicit solution could not be found.

> In solve at 81

However, if I try to substitute both alpha and beta to 0.5.

[x1,y1,x2,y2] = solve('delta1 * x1^0.5 * y1^ 0.5 = (1 - x2)^0.5* (1 - y2)^0.5',...
    'delta2 * x2^0.5 * y2^0.5 = (1 - x1)^0.5* (1 - y1)^0.5',...
    '(1 - y2) / (1 - x2) = y2/x2',...
    'y1 / x1 = (1 - y1) / (1 - x1)','x1','y1','x2','y2')

then Matlab will give result.

So I wonder:

  1. Are the equations really unsolvable?

  2. If it can solved, am I using Matlab Symbolic Toolbox in the wrong way? Matlab can actually solve it.

  3. If Matlab is not capable enough to solve it, are there other tools that can solve nonlinear equation system?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T13:20:12+00:00Added an answer on June 12, 2026 at 1:20 pm

    Almost certainly, no, these are not analytically solvable. Unless alpha and beta are 1 or zero (or apparently 1/2), the equations will be equivalent to something that is too high of an order for analytical solution, though I cannot be certain of that without looking more carefully. But for general real alpha, this is too much to do.

    Yes, I know that computers are big, fast, powerful. They can do anything, right? But look at what happens when you try to solve simultaneous polynomial equations like this.

    For example, two quadratic equations in two unknowns will reduce to a 4th order equation when you eliminate one of the unknowns. A 4th order polynomial equation, with non-constant coefficients is solvable. But you have FOUR equations, each of which is essentially quadratic in nature. (There are products of variables in each equation.) So 4 of them will be equivalent to an eighth order polynomial, if you will try to solve it symbolically. It will have general non-constant coefficients. And we know that a 5th order polynomial or higher generally won’t have an analytical solution. So while you MIGHT get lucky, perhaps for some special values of alpha & beta, almost certainly, there is no such analytical solution.

    And for general real alpha, things are worse. There is no expectation at all that a solution exists. The fact that when you tried, it failed backs that up. But, hey, a bigger computer might find an answer. Sorry, but not true.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using Matlab and am using its solve function. I run this code
I am using symbolic toolbox to generate a matlab function. But the number of
I have some differential equations that I need to solve using MATLAB's ODE solvers.
I am using matlab's randn function to generate random random numbers from a standard
I'm using Matlab to solve a differential equation. I want to force ode45 to
I'm used to working in Matlab using its full GUI environment. Due to license
I am creating an Excel using the Matlab xlswrite function. How can I change
I am trying to write a Matlab program that accepts variables for a system
I am trying to draw 256 small sized squares using MATLAB rectangle function. If
Using matlab's FILL function creates a filled region confined by a polygon with straight

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.