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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T19:31:25+00:00 2026-05-27T19:31:25+00:00

Basically I want to go from -1 to 1 in n steps, including -1

  • 0

Basically I want to go from -1 to 1 in n steps, including -1 and 1:

x = -1.0
n = 21

for i in range(n):
    print x
    x += 0.01

-1.0 -0.9 -0.8 ... 0.8 0.9 1.0

How can I write this in the most elegant, simplest way for any n value?

  • 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-27T19:31:25+00:00Added an answer on May 27, 2026 at 7:31 pm
    startValue = -1.0
    intervalLength = 2.0
    numberOfSteps = 14
    increasePerStep = intervalLength / numberOfSteps
    
    print startValue
    
    x = startValue
    for i in range (numberOfSteps):
        x += increasePerStep
        print x
    
    
    -1.0
    -0.857142857143
    -0.714285714286
    -0.571428571429
    -0.428571428571
    -0.285714285714
    -0.142857142857
    -2.22044604925e-16
    0.142857142857
    0.285714285714
    0.428571428571
    0.571428571429
    0.714285714286
    0.857142857143
    1.0
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm basically wondering if I can inter-mix JavaScript and jQuery any way I want,
I basically want to open a browser window from Word using VBA that does
What i basically want to do is to get content from a website and
Basically I want get data I already have accessed from javascript and passing it
Basically I want to alter the boolean value selecting from the table: e.g.: SELECT
Basically i want to update my database with values from an array that i
OK so basically I want to start listening for a single update from a
I downloaded and edited a code that from internet, basically what I want to
Basically, I want the value to be passed from one div to other div
I want to create a Google Docs document from within Haskell, so basically I

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.