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 8636167
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T10:09:43+00:00 2026-06-12T10:09:43+00:00

I need to fit 10 data points ( x,y ) into this equation: ay²

  • 0

I need to fit 10 data points (x,y) into this equation:

ay² + bxy + cx + dy + e = x²

It’s told that this is a ellipse-like equation. I can’t do it with usual curve fitting tools because it is not really a function (one x corresponds to 2 ys). I can’t either use ellipse curve fitting because there is no c*x and d*y in an ellipse equation. Any ideas?

Thanks in advance.

EDIT: Both Oil and AK4749 gave right answer! Thank you guys!

  • 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-12T10:09:45+00:00Added an answer on June 12, 2026 at 10:09 am

    It is a linear system with variables [a b c d e]. You can use \ to solve it:

     x=rand(10,1);
     y=rand(10,1);
     [y.^2,x.*y,x,y,ones(numel(x),1)]\x.^2
    
    ans =
    
       -0.4437 %% a
        1.1034 %% b
        0.5337 %% c
       -0.2808 %% d
        0.0402 %% e
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to do an algebraic curve fit of 2D data points, but
I need help programatically graphing more points than can fit in a single Excel
I have a set of data points (which I can thin out) that I
I need to fit my data into a Beta distribution and retrieve the alpha
Need to apply a filter to a file like this: TUPAC_0006:1:1:2554:2356#0/1 0 * 0
I have data with a best fit line draw. I need to draw two
I'm beginning one of my first C# projects--need to find the curve fit for
I need to be able to turn a flat xml data sets into html
I need to fit data in quite an indirect way. The original data to
I have some data that I would like to gzip, uuencode and then print

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.