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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T20:56:21+00:00 2026-05-26T20:56:21+00:00

How do I create a function of a list, such that if any member

  • 0

How do I create a function of a list, such that if any member of the list is negative it is zero, otherwise it follows a recursion relation.

Mathematically this is what I have to do, but I’m not sure how to do it in Mathematica.

Thanks.

Edit: To be completely precise, I am trying to implement the recursion relation on page 6 of this paper (eq 18):
http://arxiv.org/PS_cache/nlin/pdf/0003/0003069v1.pdf

However, it’s quite complicated and requires a fair amount of reading to understand, so I didn’t want to bring it into the question!

  • 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-05-26T20:56:21+00:00Added an answer on May 26, 2026 at 8:56 pm

    Testing if any member of a list satisfies some condition can be done using MemberQ. To test if the list lst contains any element less than zero,

    lst = {1, 2, 0, -4};
    MemberQ[lst, x_ /; x < 0]
    

    The second argument here is a conditional pattern.

    But yes, knowing what it is you want to do would help.

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

Sidebar

Related Questions

I would like to create a function that will return list of type that
I am trying to create a function that given a divid, and a list
How would I create a nested list, I currently have this public function getNav($cat,$subcat){
I want to create such object in Java that will contain some dispatcher function
I have a list of actions on various controllers that are 'Admin' functions (create,
I have a Javascript function that accepts a list of HTML nodes, but it
I have a template member function of a class that I'm using for adding
Imagine a nested list as below. [A,ABBA,ABABA] I would like to create a function
Arrrgh. Does anyone know how to create a function that's the multibyte character equivalent
Can you create a list of functions and then execute them sequentially, perhaps passing

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.