Questions tagged [wolfram-language]

Wolfram Language is a knowledge based, multi-paradigm programming language. In a first approximation, the Wolfram Language = Mathematica + Wolfram|Alpha + Cloud + more. It's compatible with Mathematica, but it's a significant evolution, including knowledge, deployment and many new ideas.

This tag should be used on questions that pertain to the Wolfram Language created by Wolfram Research.

The Language's homepage can be found here: http://www.wolfram.com/language/

Programs can be written in the language via the wolfram programming cloud: https://programming.wolframcloud.com/app/

100 questions
0
votes
1 answer

wolframalpha api syntax error

i am working on 'wolframalpha' api and i am keep getting this error, i tried to search but not getting any working post on this error if you know please help me to fix this error File "jal.py", line 9 app_id=’PR5756-H3EP749GGH' …
Aaditya Ura
  • 12,007
  • 7
  • 50
  • 88
0
votes
2 answers

Display graph of x versus number of prime factors of x

I am trying to get wolfram alpha website to display a graph where you have x on one axis and the number of not necessarily distinct prime factors on the other axis. I tried this query: plot f(x) = number of factor x Did not work. How can I do…
0
votes
0 answers

Plotting with Quantities in Mathematica does not work as expected

I am trying to do a plot of a function with Quantities (with Units) in Mathematica. insertvalues := {Lr -> Quantity[57* 10 ^-6, "Henry"], Cr -> Quantity[100* 10^-9, "Farad"], U1 -> Quantity[540, "V"]} uc0[t_] = U1 (1 - Cos[1/Sqrt[Lr…
0
votes
1 answer

Wolfram Language remove vertices

I have generated graph image in Wolfram Language using CompleteGraph function (and Image function, of course). How do I remove vertices from the image, so that only edges are visible. Setting VertexSize to 0 didn't help, because the edges don't go…
Jakub Tětek
  • 161
  • 1
  • 1
  • 7
0
votes
2 answers

Wolfram Language, RandomChoice recursion

a = RandomChoice[{a,2}]& a[] There are other ways to achieve this example, but I wish to do more complicated things similar to this using this method. Can I get this to continue until there are no as left to resolve, without producing a stack…
alan2here
  • 3,223
  • 6
  • 37
  • 62
0
votes
1 answer

Why is this Mathematica function definition returning an error?

I am trying to put in a rather large function into mathematica: (https://i.stack.imgur.com/pXLsT.png) I want to get it in so I can compute the global maxima, but I keep getting an error when I try and define the function. Does anyone know why this…
0
votes
3 answers

Will Wolfram Language be always-online to have the latest datasets?

In many videos about the Wolfram Language, they talk about how it knows a lot about "everything" and shows many examples i.e: in this video. For the language to do this, will it need to be always able to get global populations; GDP; weather to…
Ewan
  • 357
  • 1
  • 4
  • 15
0
votes
1 answer

Is Wolfram Language a true programming language?

Wolfram is about to release its "knowledge based programming language" but is it really a true programming language in the same way as C#, Java etc? To avoid this being too subjective, I'll clarify that by "true programming language" I mean: is it…
JosephByrne
  • 123
  • 7
-1
votes
1 answer

What's the principle of Wolfram's function "Integrate"

It says"Wolfram uses standard principle to calculate integration" What does it mean?
1 2 3 4 5 6
7