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

  • SEARCH
  • Home
  • 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 9143917
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T10:08:33+00:00 2026-06-17T10:08:33+00:00

Suppose I have a function of some x and an array variable. A =

  • 0

Suppose I have a function of some x and an array variable.

A = Array[a, 2];
f[x_] := (x-.5)^2 + a[1]^2 + a[2]^2

Now I would like to minimize over both, which leads to an error.

FindMinimum[f[x], {x, A}]

FindMinimum::nrlnum: The function value {0.707107,1.41421 a[1.]} is not
a list of real numbers with dimensions {2} at {x,A} = {1.,1.}. >>

How would I have to write this?

In contrast, it works fine for non-array variables.

f[x_] := (x-.5)^2 + y^2 + z^2;
FindMinimum[f[x], {x, y, z}]
{0., {x -> 0.5, y -> 0., z -> 0.}}

And, curiously, it works fine if I have only the array variable.

A = Array[a, 3]
f := (a[3] - .5)^2 + a[1]^2 + a[2]^2
FindMinimum[f, A]
{0., {a[1] -> 0., a[2] -> 0., a[3] -> 0.5}}
  • 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-17T10:08:34+00:00Added an answer on June 17, 2026 at 10:08 am

    I’d do :

    bigA = Array[a, 2];
    f[x_] := (x - .5)^2 + Total[bigA^2]
    
    FindMinimum[f[x], Flatten[{x, bigA}]]
    (* {0., {x -> 0.5, a[1] -> 0., a[2] -> 0.}} *)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Suppose I have a function which looks like this: template <class In, class In2>
Suppose I have a Javascript file function js_main(args){ /* some code */ var x
Suppose I have a function defined like this: class Foo() { public: void bar(MyClass*
Suppose I have a function like this (I use akka 2.0.2): def foo(message: String):
Suppose I have a function which can either take an iterable/iterator or a non-iterable
Suppose I have a function which takes variadic arguments ( ... ) or a
Suppose i have array of characters. say char x[100] Now, i take input from
Suppose I have some constexpr function f: constexpr int f(int x) { ... }
Suppose I have simple class like: class MyClass { private $_prop; public function getProp()
So, suppose I have a simple array of sentences. What would be the best

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.