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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T20:23:18+00:00 2026-06-14T20:23:18+00:00

InputForm[{a, b, c, d, e, f}] gives {a, b, c, d, e, f} InputForm[Characters[SOMETHING]]

  • 0

InputForm[{a, b, c, d, e, f}] gives {a, b, c, d, e, f}

InputForm[Characters["SOMETHING"]] gives {"S", "O", "M", "E", "T", "H", "I", "N", "G"}

But why does not Drop[InputForm[Characters["SOMETHING"]],1] give {"O", "M", "E", "T", "H", "I", "N", "G"}

but gives a InputForm[] and nothing else?

How can I achieve this?

Thank You

  • 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-14T20:23:18+00:00Added an answer on June 14, 2026 at 8:23 pm

    When you evaluate

    InputForm[Characters["SOMETHING"]]
    

    Mathematica internally produces the result

    InputForm[List["S","O","M","E","T","H","I","N","G"]]
    

    i.e. it’s an expression with InputForm as a head, which contains ListList["S","O","M","E","T","H","I","N","G"] as its first subexpression. You don’t see the InputForm head when Mathematica displays the expression, because the front end only uses it as a hint as to how the expression should be shown, but it’s still there behind the scenes.

    Then when you use Drop[..., 1], it looks at the expression it’s given, picks out the first subexpression, which is List["S","O","M","E","T","H","I","N","G"], and discards it. That leaves just InputForm[].

    To make an analogy: if you evaluated

    Drop[List[List["S","O","M","E","T","H","I","N","G"]], 1]
    

    you would understand why you’d get an empty list back, right? It’s the same thing going on.

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

Sidebar

Related Questions

So i am trying to call this function in my javascript but it gives
I am following this exactly: http://msdn.microsoft.com/en-us/library/ms185301.aspx but can't get it to work. The form
I'm doing something stupid, but I don't know what it is, can someone point
I have this small jquery script that does not work if I remove the
I am about to give up on this, i am trying to pass a
I'm fairly new to Jquery, so this might be a simple problem, but is
var typeName = Form.getInputs('inputform','text','feature').find(function(text) { return text.checked; }).value; Is this the right way to
I have this input form which goes like this: <input type=checkbox name=vehicle value=Bike />
I am trying to make an input form have a background image, but as
I'd like to create a custom input form that collects employees hours. This data

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.