User Portlet
| Discussions |
|---|
| I need to develop a spline for a repeating function. Here are the requirements: 1. spline must is for a repeating function, repeating every 2 PI. 2. The spline must be continuous for position and first derivative, including the repeating... |
| I'm trying to either DefineDLLFunction or LibraryLink to work with a Visual Studio 2015 compiled .dll. After days of trying, I am lost. Does anybody have a sample project that compiles properly? Thanks Tom |
| Does anybody know how to get WolframLibrary.h? |
| Can anybody tell me how to compute the ground position of the moon? Specifically, the point on earth where the moon is directly overhead for a specific time? I know there is MoonPosition, but how do I convert that to a Lat, Lon. Thanks |
| I've tried both NSolve and RootFind to solve a very complex function. It seems that it always passes a variable into the as a first step. f(x_} : = Module[{}, Print["this is x: ", x]; ComplicatedFunction[x]; Return[x]; ] RootFind[F[x],... |
| When I run the workbench in debug, I get the following error. "An internal error occurred during: "Debug Source Lookup". Path must include project and resource name: /ball3.m" I've spent hours trying to figure this one out. The workbench... |
| Hi, I'm using Mathematica 10 and Workbench 2.0 build 126. I cannot get workbench to stop at at breakpoint. I have done exactly at the video has shown, and get the output below (or no output and does not stop). I have looked for a... |
| Where to start? I'm soo lost. Which tutorial to read? I've gone though many. I want to do basic algebra. Why does this crash mathimatica? eq1 == x == y + f[z] If I also have eq2 == y == g[z] How do I get it to substitute eq2 into eq1? ... |