209 reputation
29
bio website web.njit.edu/~fmc5
location New York, United States
age 21
visits member for 1 year, 3 months
seen May 4 at 0:58
stats profile views 32

Hello World!

My name is franklin, I am currently working towards a Bachelor of Arts degree in History with a minor in Applied Mathematics.

I have a lot of interests ranging from legal history to mathematics and computer science.


May
27
awarded  Popular Question
Apr
28
awarded  Popular Question
Mar
6
revised How can I get Mathematica to solve an equation with multiple variables?
added 2 characters in body
Mar
5
revised Why can't Mathematica solve these non-linear equations?
clarified quesiton
Mar
5
suggested suggested edit on Why can't Mathematica solve these non-linear equations?
Feb
24
awarded  Yearling
Dec
10
awarded  Popular Question
Sep
22
awarded  Constituent
Sep
22
awarded  Caucus
Jun
19
comment how to make graphic timelines in mathematica
what exactly does the second DateConv[] function do? DateConv[{y_, m_, d_}]:=y+(DateDifference[{y},{y, m, d}]+1)/If[LeapYearQ[y], 366, 365]
Jun
19
comment how to make graphic timelines in mathematica
this is fantastic. some ideas i'm going to try to implement: tooltip for difference between dates, title and eventually tagging. my original idea was to have certain events with tags like : event 1 - green tag, red tag, yellow tag; event 2 - green tag; event 3 - red tag; when red tag is selected only events 1 and 2 are displayed. in that vein. will begin work and modifications tonight
Jun
19
accepted how to make graphic timelines in mathematica
Jun
14
comment how to make graphic timelines in mathematica
right-o. i had a feeling i would be pointed to the primitive graphics like line etc. i'll get right on it and let you know what i got
Jun
14
asked how to make graphic timelines in mathematica
Apr
18
accepted How to insert graphics primitives into a plot?
Apr
17
comment How to insert graphics primitives into a plot?
Eiplog is working by the way! thanks! the problem with the example used in the mathematica documentation concerning epilog, found here reference.wolfram.com/mathematica/ref/Line.html is that the function Line[] is for a continuous selection of data points. I want two discrete unjoined lines. Any idea how that could be accomplished? thanks!
Apr
17
asked How to insert graphics primitives into a plot?
Mar
14
awarded  Supporter
Feb
26
comment How can I get Mathematica to solve an equation with multiple variables?
mathematica does beautiful work when it comes to showing the steps but this isn't exactly what i was looking for @Artes
Feb
26
comment How can I get Mathematica to solve an equation with multiple variables?
@Szablocs,that is correct. I am looking for the values of $\ A_i $ for $\ i = {0..4} $ that satisfy the equation. For further calrification, this syntax t*(t^4*Subscript[A,0]) is preferable to $\ t(t^4A_0) $ right? Thanks so much for the help.